|
OXID eShop CE
4.10.2
|
Inheritance diagram for Theme:
Collaboration diagram for Theme:Additional Inherited Members | |
Protected Member Functions inherited from oxAdminView | |
| _getEditShop ($sShopId) | |
| _getServiceProtocol () | |
| _getShopVersionNr () | |
| _setupNavigation ($sNode) | |
| _addNavigationHistory ($sNode) | |
| _getMaxUploadFileInfo ($iMaxFileSize, $blFormatted=false) | |
| _resetContentCache () | |
| _allowAdminEdit ($sUserId) | |
| _getCountryByCode ($sCountryCode) | |
| _authorize () | |
Protected Attributes inherited from oxAdminView | |
| $_aSumType | |
| $_sThisTemplate = null | |
| $_iDefEdit = 0 | |
| $_iEditLang = 0 | |
| $_sShopTitle = " - " | |
| $_sShopVersion = null | |
| $_sServiceUrl = null | |
| $_oEditShop = null | |
| $_sEditObjectId = null | |
Static Protected Attributes inherited from oxAdminView | |
| static | $_oNaviTree = null |
| static | $_sAuthUserRights = null |
Admin theme manager. Returns template, that arranges two other templates ("theme_list.tpl" and "theme_main.tpl") to frame. Admin Menu: Main Menu -> Theme.
| Theme::render | ( | ) |
Executes parent method parent::render() and returns name of template file "theme.tpl".
Reimplemented from oxAdminView.