XOOPS
2.6.0
|
Public Member Functions | |
createInstance ($options=array()) | |
isThemeAllowed ($name) | |
Public Attributes | |
$allowedThemes = array() | |
$allowUserSelection = true | |
$defaultTheme = 'default' | |
$xoBundleIdentifier = 'XoopsThemeFactory' | |
XoopsThemeFactory::createInstance | ( | $options = array() | ) |
Instantiate the specified theme
array | $options | options array |
Definition at line 67 of file theme.php.
References $_SESSION, $defaultTheme, $options, $xoBundleIdentifier, $xoops, XoopsBaseConfig\get(), Xoops\getInstance(), and isThemeAllowed().
XoopsThemeFactory::isThemeAllowed | ( | $name | ) |
Checks if the specified theme is enabled or not
string | $name | theme name |
Definition at line 104 of file theme.php.
References $name.
Referenced by createInstance().
XoopsThemeFactory::$defaultTheme = 'default' |
Definition at line 51 of file theme.php.
Referenced by createInstance().
XoopsThemeFactory::$xoBundleIdentifier = 'XoopsThemeFactory' |
Definition at line 37 of file theme.php.
Referenced by createInstance().