1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-30 17:50:12 +02:00

jayya nd _blank js manager related temporary fixes - awaiting theme.xml additions

This commit is contained in:
secretr
2009-09-29 17:42:23 +00:00
parent 88d969fab3
commit f196470f49
4 changed files with 25 additions and 22 deletions

View File

@@ -5,10 +5,11 @@ define('STANDARDS_MODE', TRUE);
include_lan(e_THEME."_blank/languages/".e_LANGUAGE.".php");
$THEME_CORE_JSLIB = array(
'jslib/core/decorate.js' => 'all',
'jslib/core/tabs.js' => 'admin'
);
//temporary fixed - awaiting theme.xml addition
e107::getJs()->requireCoreLib(array(
'core/decorate.js' => 2,
'core/tabs.js' => 2
));
$register_sc[]='FS_ADMIN_ALT_NAV';
$no_core_css = TRUE;