XOOPS 2.5.6
Final
|
Go to the source code of this file.
Namespaces | |
namespace | core |
Variables | |
$xoopsLogger =& XoopsLogger::getInstance() | |
$xoopsOption ['theme_use_smarty'] = 1 | |
$xoopsPreload =& XoopsPreload::getInstance() | |
if(@$xoopsOption['template_main']) | $xoopsThemeFactory = null |
$xoopsTpl =& $xoTheme->template | |
$xoTheme =& $xoopsThemeFactory->createInstance(array('contentTemplate' => @$xoopsOption['template_main'])) | |
$xoopsThemeFactory | allowedThemes = $xoopsConfig['theme_set_allowed'] |
$xoopsThemeFactory | defaultTheme = $xoopsConfig['theme_set'] |
if($xoopsConfig['theme_set']!= 'default'&&file_exists(XOOPS_THEME_PATH. '/'.$xoopsConfig['theme_set']. '/theme.php')) | else |
$xoopsLogger =& XoopsLogger::getInstance() |
Definition at line 29 of file header.php.
Referenced by bannerstats(), xos_logos_PageBuilder\buildBlock(), xos_opal_Theme\checkCache(), clientlogin(), XoopsLogger\dumpAll(), XoopsLogger\dumpBlocks(), XoopsLogger\dumpExtra(), XoopsLogger\dumpQueries(), XoopsSystemGui\footer(), XoopsSystemGui\header(), make_cblock(), make_sidebar(), redirect_header(), xos_opal_Theme\render(), smarty_function_block(), XoopsLogger\triggerError(), XoopsSecurity\validateToken(), and xoops_legacy_cp_footer().
$xoopsOption['theme_use_smarty'] = 1 |
Definition at line 38 of file header.php.
$xoopsPreload =& XoopsPreload::getInstance() |
Definition at line 24 of file header.php.
$xoopsThemeFactory = null |
Definition at line 51 of file header.php.
Referenced by redirect_header().
$xoopsTpl =& $xoTheme->template |
Definition at line 60 of file header.php.
Referenced by XoopsSystemGui\footer(), XoopsSystemGui\header(), XoopsGuiDefault\header(), make_cblock(), make_sidebar(), redirect_header(), XoopsTpl\xoops_canUpdateFromFile(), XoopsTpl\xoops_fetchFromData(), XoopsTpl\xoops_getTemplateDir(), XoopsTpl\xoops_setCacheDir(), XoopsTpl\xoops_setCacheTime(), XoopsTpl\xoops_setCaching(), XoopsTpl\xoops_setCompileDir(), XoopsTpl\xoops_setDebugging(), XoopsTpl\xoops_setTemplateDir(), and xoops_template_clear_module_cache().
$xoTheme =& $xoopsThemeFactory->createInstance(array('contentTemplate' => @$xoopsOption['template_main'])) |
Definition at line 59 of file header.php.
Referenced by XoopsBlock\buildBlock(), redirect_header(), smarty_compiler_xoAdminIcons(), smarty_compiler_xoAdminNav(), smarty_compiler_xoImgUrl(), smarty_compiler_xoModuleIcons16(), smarty_compiler_xoModuleIcons32(), smarty_compiler_xoModuleIconsBookmarks(), and xoops_legacy_cp_header().
$xoopsThemeFactory allowedThemes = $xoopsConfig['theme_set_allowed'] |
Definition at line 53 of file header.php.
Referenced by xos_opal_ThemeFactory\isThemeAllowed().
$xoopsThemeFactory defaultTheme = $xoopsConfig['theme_set'] |
Definition at line 54 of file header.php.
if ($xoopsConfig['theme_set']!= 'default'&&file_exists(XOOPS_THEME_PATH. '/'.$xoopsConfig['theme_set']. '/theme.php')) else |
Definition at line 35 of file header.php.