diff options
author | rvelices <rv-github@modusoptimus.com> | 2007-10-09 01:43:29 +0000 |
---|---|---|
committer | rvelices <rv-github@modusoptimus.com> | 2007-10-09 01:43:29 +0000 |
commit | e9becfa669f9d7e64440992daeaf937388d26686 (patch) | |
tree | d5c8144c4c7ece7d71b2d9281b7c9f3c5cac2772 /plugins | |
parent | 98b07a4a7fa1baff52800f70066f311768904430 (diff) |
- PWG_CHARSET, DB_CHARSET and DB_COLLATE... utf-8 ready
git-svn-id: http://piwigo.org/svn/trunk@2127 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to '')
-rw-r--r-- | plugins/admin_multi_view/controller.php | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/plugins/admin_multi_view/controller.php b/plugins/admin_multi_view/controller.php index 3b694c7e2..f8bc37793 100644 --- a/plugins/admin_multi_view/controller.php +++ b/plugins/admin_multi_view/controller.php @@ -120,8 +120,9 @@ if (!$conf['show_queries']) ?> <html> <head> +<meta http-equiv="Content-Type" content="text/html; charset=<?php echo get_pwg_charset() ?>"> <title>Controller</title> -<?php +<?php // Controller will be displayed with the **real admin template** (without Any if it has been removed) if ( $my_template !== '') { $my_template = get_root_url().'template/'.$my_template.'/theme.css'; |