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