mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-03-28 17:42:57 +01:00
- PWG_CHARSET, DB_CHARSET and DB_COLLATE... utf-8 ready
git-svn-id: http://piwigo.org/svn/trunk@2127 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
@@ -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';
|
||||
|
||||
Reference in New Issue
Block a user