OXID eShop CE
4.8.11
Main Page
Related Pages
Classes
Files
File List
File Members
All
Classes
Files
Functions
Variables
Pages
theme_list.php
Go to the documentation of this file.
1
<?php
2
9
class
Theme_List
extends
oxAdminList
10
{
16
public
function
render
()
17
{
18
$oTheme =
oxNew
(
'oxtheme'
);
19
20
parent::render
();
21
22
// assign our list
23
$this->_aViewData[
'mylist'
] = $oTheme->getList();
24
25
return
'theme_list.tpl'
;
26
}
27
}
application
controllers
admin
theme_list.php
Generated by
1.8.1.2