OXID eShop CE  4.9.6
 All Classes Files Functions Variables Pages
theme.php
Go to the documentation of this file.
1 <?php
2 
9 class Theme extends oxAdminView
10 {
11 
18  public function render()
19  {
21 
22  return "theme.tpl";
23  }
24 }