00001 <?php
00002 if(!isset($init['error']) || !$init['error']){
00003 echo "\n\n<br />error reporter has not been initiliazed But all the Packages depends on It Plese fix this Problem else Zigmoyd cant Show Errors Properly<br />\n";
00004 }
00005 $init['loader'] = true;
00006 $view_tmpl_list = array();
00007 if(!include_once(ZIGROOT.DRS.Z_DIR_INCLUDE.DRS.'preloader.php')){
00008 perror('CRITICAL ERROR: <BR />Can not include loader classes');
00009 }
00010 ${Z_LOADER_VAR_NAME} = new zLoader();
00011 if(!include_once(ZIGROOT.DRS.Z_DIR_INCLUDE.DRS.'load_func.php')){
00012 perror('CRITICAL ERROR: <BR />Can not include loader functions');
00013 }
00014 ?>