theme.php

Go to the documentation of this file.
00001 <?php
00002 
00009 class Theme extends oxAdminView
00010 {
00011 
00018     public function render()
00019     {
00020         parent::render();
00021 
00022         return "theme.tpl";
00023     }
00024 }