//ini_set('error_reporting','E_ALL & ~E_NOTICE'); //ini_set('display_errors',1); //ini_set('error_reporting','E_ALL'); // Seite 1 speichern (Seitenangabe für Kategorie in den Produktseiten) $_SESSION['pgn'] = 1; // loading the template, ad it to the $resultlist ob_start(); include(SERVER_ROOT.'/templates/page_'.$pagefile); $pageContent = ob_get_contents(); ob_end_clean(); // get the top level caterories //$menuLinkStr = file_get_contents(SERVER_ROOT."/templates/menuleft_item.php"); //$catModul =& $xml -> {'top-level-categories-module'} -> {'top-level-categories'} -> category; // categories menu modul //include(SERVER_ROOT."/inc/module.common-cats.php"); ?>