index.php

Go to the documentation of this file.
00001 <?php
00002 
00003 
00009 if ( !function_exists( 'isAdmin' )) {
00010     function isAdmin()
00011     {
00012         return true;
00013     }
00014 }
00015 
00016 // Includes main index.php file
00017 require_once "../index.php";

Generated on Wed May 13 13:25:50 2009 for OXID eShop CE by  doxygen 1.5.5