module.php

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