tools.php

Go to the documentation of this file.
00001 <?php
00002 
00008 class Tools extends oxAdminView
00009 {
00010 
00017     public function render()
00018     {
00019         if ($this->getConfig()->isDemoShop()) {
00020             return oxRegistry::getUtils()->showMessageAndExit("Access denied !");
00021         }
00022 
00023         parent::render();
00024 
00025         return "tools.tpl";
00026     }
00027 }