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 Thu Dec 4 12:04:55 2008 for OXID eShop CE by  doxygen 1.5.5