diff --git a/phpgwapi/templates/default/head.inc.php b/phpgwapi/templates/default/head.inc.php index a2f72cb9da..eee7ea5df6 100644 --- a/phpgwapi/templates/default/head.inc.php +++ b/phpgwapi/templates/default/head.inc.php @@ -19,7 +19,8 @@ $tpl = CreateObject('phpgwapi.Template',PHPGW_TEMPLATE_DIR); $tpl->set_unknowns('remove'); - $tpl->set_file(array('head' => 'head.tpl')); + $tpl->set_file(array('_head' => 'head.tpl')); + $tpl->set_block('_head','head'); $app = $GLOBALS['phpgw_info']['flags']['currentapp']; $app = $app ? ' ['.(isset($GLOBALS['phpgw_info']['apps'][$app]) ? $GLOBALS['phpgw_info']['apps'][$app]['title'] : lang($app)).']':''; diff --git a/phpgwapi/templates/default/head.tpl b/phpgwapi/templates/default/head.tpl index 22d6c54bb9..d7a762b5d0 100644 --- a/phpgwapi/templates/default/head.tpl +++ b/phpgwapi/templates/default/head.tpl @@ -14,4 +14,4 @@ {java_script} - + diff --git a/phpgwapi/templates/idots/head.inc.php b/phpgwapi/templates/idots/head.inc.php index 5cad632b5e..e3621acdb2 100644 --- a/phpgwapi/templates/idots/head.inc.php +++ b/phpgwapi/templates/idots/head.inc.php @@ -64,7 +64,8 @@ $tpl = CreateObject('phpgwapi.Template',PHPGW_TEMPLATE_DIR); $tpl->set_unknowns('remove'); - $tpl->set_file(array('head' => 'head.tpl')); + $tpl->set_file(array('_head' => 'head.tpl')); + $tpl->set_block('_head','head'); $app = $GLOBALS['phpgw_info']['flags']['currentapp']; $app = $app ? ' ['.(isset($GLOBALS['phpgw_info']['apps'][$app]) ? $GLOBALS['phpgw_info']['apps'][$app]['title'] : lang($app)).']':''; diff --git a/phpgwapi/templates/idots/head.tpl b/phpgwapi/templates/idots/head.tpl index faecf869eb..747e2da6e7 100644 --- a/phpgwapi/templates/idots/head.tpl +++ b/phpgwapi/templates/idots/head.tpl @@ -22,4 +22,4 @@ - + diff --git a/phpgwapi/templates/idsociety/head.tpl b/phpgwapi/templates/idsociety/head.tpl index 96a4f49741..7ea730115d 100644 --- a/phpgwapi/templates/idsociety/head.tpl +++ b/phpgwapi/templates/idsociety/head.tpl @@ -32,5 +32,5 @@ function MM_preloadImages() {java_script} {website_title} - + set_unknowns('remove'); - $tpl->set_file(array('head' => 'head.tpl')); + $tpl->set_file(array('_head' => 'head.tpl')); + $tpl->set_block('_head','head'); $var = Array ( 'img_icon' => PHPGW_IMAGES_DIR . '/favicon.ico', 'img_shortcut' => PHPGW_IMAGES_DIR . '/favicon.ico', diff --git a/phpgwapi/templates/linux-at-work.de/head.tpl b/phpgwapi/templates/linux-at-work.de/head.tpl index 98a815b0a7..9b11193270 100644 --- a/phpgwapi/templates/linux-at-work.de/head.tpl +++ b/phpgwapi/templates/linux-at-work.de/head.tpl @@ -28,3 +28,4 @@ function pageInit() {website_title} - {app_name} + diff --git a/phpgwapi/templates/verdilak/head.inc.php b/phpgwapi/templates/verdilak/head.inc.php index b1696ccfb2..e57665c2cd 100644 --- a/phpgwapi/templates/verdilak/head.inc.php +++ b/phpgwapi/templates/verdilak/head.inc.php @@ -20,7 +20,8 @@ $tpl = CreateObject('phpgwapi.Template',PHPGW_TEMPLATE_DIR); $tpl->set_unknowns('remove'); - $tpl->set_file(array('head' => 'head.tpl')); + $tpl->set_file(array('_head' => 'head.tpl')); + $tpl->set_block('_head','head'); $var = Array ( 'img_icon' => PHPGW_IMAGES_DIR . '/favicon.ico', 'img_shortcut' => PHPGW_IMAGES_DIR . '/favicon.ico', diff --git a/phpgwapi/templates/verdilak/head.tpl b/phpgwapi/templates/verdilak/head.tpl index ed186ab4bf..70389b21cd 100644 --- a/phpgwapi/templates/verdilak/head.tpl +++ b/phpgwapi/templates/verdilak/head.tpl @@ -15,4 +15,4 @@ {website_title} - +