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}