fix for [ 983949 ] Syntax error in phpgwapi/templates/idsociety/head.inc.php

This commit is contained in:
Ralf Becker 2004-07-02 10:27:20 +00:00
parent fcfcaa578e
commit dd32cbf53b

View File

@ -30,7 +30,7 @@
'img_shortcut' => PHPGW_IMAGES_DIR . '/favicon.ico',
'charset' => $GLOBALS['phpgw']->translation->charset(),
'font_family' => $GLOBALS['phpgw_info']['theme']['font'],
'website_title' => $GLOBALS['phpgw_info']['server']['site_title'] . . ($app ? " [$app]" : ''),
'website_title' => $GLOBALS['phpgw_info']['server']['site_title'] . ($app ? " [$app]" : ''),
'body_tags' => $bodyheader .' '. $GLOBALS['phpgw']->common->get_body_attribs(),
'css' => $GLOBALS['phpgw']->common->get_css(),
'java_script' => $GLOBALS['phpgw']->common->get_java_script(),