tools.php

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

Generated on Tue Apr 21 15:45:44 2009 for OXID eShop CE by  doxygen 1.5.5