openrat-cms

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

commit e826b9dbad967277ac580a78b0fecc27a191cbf4
parent 14f776186d71acf9471dc1685ec10f2fe9d171ce
Author: dankert <devnull@localhost>
Date:   Tue,  6 Nov 2007 00:12:23 +0100

Fenstertitel aus Men? holen (sofern vorhanden).

Diffstat:
themes/default/include/html/page.inc.php | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/themes/default/include/html/page.inc.php b/themes/default/include/html/page.inc.php @@ -2,7 +2,7 @@ ?><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> <html> <head> - <title><?php echo $attr_title ?></title> + <title><?php echo isset($attr_title)?$attr_title.' - ':(isset($windowTitle)?lang($windowTitle).' - ':'') ?><?php echo $cms_title ?></title> <meta http-equiv="content-type" content="text/html; charset=<?php echo lang('CHARSET') ?>" /> <meta name="MSSmartTagsPreventParsing" content="true" /> <meta name="robots" content="noindex,nofollow" />