diff --git a/phpgwapi/templates/prisma/head.inc.php b/phpgwapi/templates/prisma/head.inc.php index 0f78f790e5..d64a69a435 100644 --- a/phpgwapi/templates/prisma/head.inc.php +++ b/phpgwapi/templates/prisma/head.inc.php @@ -32,17 +32,17 @@ } #_debug_array($GLOBALS['phpgw_info']['user']['preferences']['common']); - $theme_css = '/phpgwapi/templates/idots/css/'.$GLOBALS['phpgw_info']['user']['preferences']['common']['theme'].'.css'; + $theme_css = '/phpgwapi/templates/prisma/css/'.$GLOBALS['phpgw_info']['user']['preferences']['common']['theme'].'.css'; if(!file_exists(PHPGW_SERVER_ROOT.$theme_css)) { - $theme_css = '/phpgwapi/templates/idots/css/idots.css'; + $theme_css = '/phpgwapi/templates/prisma/css/prisma.css'; } $theme_css = $GLOBALS['phpgw_info']['server']['webserver_url'] . $theme_css; //pngfix defaults to yes if(!$GLOBALS['phpgw_info']['user']['preferences']['common']['disable_pngfix']) { - $pngfix_src = $GLOBALS['phpgw_info']['server']['webserver_url'] . '/phpgwapi/templates/idots/js/pngfix.js'; + $pngfix_src = $GLOBALS['phpgw_info']['server']['webserver_url'] . '/phpgwapi/templates/prisma/js/pngfix.js'; $pngfix =' -
+ {app_extra_icons_div}