openrat-cms

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README

commit 55941948a5dcc680a19759c8624a111ea73557f5
parent fbe5ad8a0d2ac9d053f7dba25d237fc8720f7d9c
Author: Jan Dankert <devnull@localhost>
Date:   Wed, 17 Oct 2012 23:52:49 +0200

Meta-Header setzen, um den IE in den Standard-Mode zu setzen.

Diffstat:
Mthemes/default/layout/index.php | 3++-
1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/themes/default/layout/index.php b/themes/default/layout/index.php @@ -4,7 +4,8 @@ ?><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> <html> <head> - <title><?php echo OR_TITLE.' '.OR_VERSION ?></title> + <title><?php echo OR_TITLE.' '.OR_VERSION ?></title> + <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"> <meta http-equiv="content-type" content="text/html; charset=UTF-8" > <?php if ( isset($refresh_url) ) { ?> <meta http-equiv="refresh" content="<?php echo isset($refresh_timeout)?$refresh_timeout:0 ?>; URL=<?php echo $refresh_url; if (ini_get('session.use_trans_sid')) echo '&'.session_name().'='.session_id(); ?>">