openrat-cms

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

commit 7104fd7899f871b0f2ff827b30dc536fa6b396c6
parent 5f46dcfc91b05dac860b21be10ae15abfe98362a
Author: dankert <devnull@localhost>
Date:   Fri,  5 Feb 2010 23:36:04 +0100

HTML-Titel muss durch langHtml() laufen, damit Umlaute richtig kodiert werden.

Diffstat:
themes/default/include/html/page.inc.php | 2+-
themes/default/templates/index/projectmenu.tpl.src.php | 2+-
2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/themes/default/include/html/page.inc.php b/themes/default/include/html/page.inc.php @@ -4,7 +4,7 @@ ?><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> <html> <head> - <title><?php echo isset($attr_title)?$attr_title.' - ':(isset($windowTitle)?langHtml($windowTitle).' - ':'') ?><?php echo $cms_title ?></title> + <title><?php echo isset($attr_title)?langHtml($attr_title).' - ':(isset($windowTitle)?langHtml($windowTitle).' - ':'') ?><?php echo $cms_title ?></title> <meta http-equiv="content-type" content="text/html; charset=<?php echo $charset ?>" > <?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(); ?>"> diff --git a/themes/default/templates/index/projectmenu.tpl.src.php b/themes/default/templates/index/projectmenu.tpl.src.php @@ -1,4 +1,4 @@ -page title:message:MENU_INDEX_PROJECTMENU +page title:MENU_INDEX_PROJECTMENU window title:GLOBAL_PROJECTS name:login width:600 icon:project row