tools.php

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

Generated on Thu Dec 4 12:04:56 2008 for OXID eShop CE by  doxygen 1.5.5