aboutsummaryrefslogtreecommitdiffstats
path: root/include/page_header.php
diff options
context:
space:
mode:
authorchrisaga <chrisaga@piwigo.org>2006-04-29 10:36:49 +0000
committerchrisaga <chrisaga@piwigo.org>2006-04-29 10:36:49 +0000
commit84326ab9441000f93a8a4435e4ff39580fd04bf2 (patch)
tree9d1f1aaba8f8f714c7c3c9396f1cca6065d4d3ee /include/page_header.php
parente827e05429469912c450d2a1ee6750fffc82dbde (diff)
- merge trunk r1289:1290 into branch 1.6 (bug 358 fixed)
git-svn-id: http://piwigo.org/svn/branches/branch-1_6@1291 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to '')
-rw-r--r--include/page_header.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/page_header.php b/include/page_header.php
index f1f10cf56..36b35c4ce 100644
--- a/include/page_header.php
+++ b/include/page_header.php
@@ -68,5 +68,6 @@ if ( isset( $refresh ) and intval($refresh) >= 0 and isset( $url_link ) and isse
$template->assign_block_vars('refresh', array());
}
+header('Content-Type: text/html; charset='.$lang_info['charset']);
$template->parse('header');
?>