Class icms_view_theme_Factory
icms_view_theme_Factory
Package: View\Theme
Category: ICMS
Copyright: Copyright (c) 2000 XOOPS.org
License: GNU public license
Author: Skalpa Keo skalpa@xoops.org
Located at view/theme/Factory.php
Category: ICMS
Copyright: Copyright (c) 2000 XOOPS.org
License: GNU public license
Author: Skalpa Keo skalpa@xoops.org
Located at view/theme/Factory.php
public
&
|
|
public
boolean
|
|
public static
array
|
#
getThemesList( )
Gets list of themes folder from themes directory, excluding any directories that do not have theme.html |
public static
array
|
#
getAdminThemesList( )
Gets list of administration themes folder from themes directory, excluding any directories that do not have theme_admin.html |
public
string
|
$xoBundleIdentifier
|
#
'icms_view_theme_Factory'
|
public
array
|
$allowedThemes
Currently enabled themes (if empty, all the themes in themes/ are allowed) |
#
array()
|
public
string
|
$defaultTheme
Default theme to instanciate if none specified |
#
'iTheme'
|
public
boolean
|
$allowUserSelection
If users are allowed to choose a custom theme |
#
true
|