diff options
Diffstat (limited to 'main.php')
-rwxr-xr-x | main.php | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -19,6 +19,7 @@ $showSidebar = tpl_getConf('sidebarID') && page_exists(tpl_getConf('sidebarID')) lang="<?php echo $conf['lang'] ?>" dir="<?php echo $lang['direction'] ?>"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> + <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" /> <title><?php tpl_pagetitle() ?> [<?php echo strip_tags($conf['title']) ?>]</title> <?php tpl_metaheaders() ?> <meta name="viewport" content="width=device-width,initial-scale=1" /> |