pageStyle.getLowerView().getScriptsOnFoot(),$skin->outter); $pathwayItemsView=''; $pathwayItemView=$skin->pathwayItem; dress('pathway_rep_link',$folderURL,$pathwayItemView); dress('pathway_rep_title',$moduleTitle,$pathwayItemView); $pathwayItemsView.=$pathwayItemView; $_blockView=$_thisConfig['template']; $blockView=$skin->$_blockView; { $_listView=$_thisConfig['template']."List"; $listView=$skin->$_listView; //$_componentView=$_thisConfig['template']."ListComponent"; $componentView=$skin->$_componentView; $dirTree=array(); $dir=dir(ROOT.'/front/'); while($f=$dir->read()){ if(!is_dir(ROOT.'/front/'.$f)) continue; if(!file_exists(ROOT."/front/$f/thisConfig.php")) continue; if($f=='attach'||$f=='authimage'||$f=='sitemap'||$f=='member'||$f=='intro') continue; $dirTree[]=$f; } sort($dirTree); $folderCnt=0; $componentsView=''; $number=0; foreach($dirTree as $folder){ require(ROOT."/front/$folder/thisConfig.php"); $__thisConfig = $thisConfig; if($__thisConfig["active"]===true && $__thisConfig["submenu"]===true && $__thisConfig["submenuReplace"]==''){ $folderCnt++; $number++; $sidemenu=new sidemenu; $sidemenu->setting($__thisConfig["moduleTitle"],'sitemap'); $componentView=$sidemenu->buildView($number); if($folderCnt==3){ $folderCnt=0; $componentView.=''; } $componentsView.=$componentView; } } dress($_thisConfig['template'].'_list_component',$componentsView,$listView); dress($_thisConfig['template'].'_list',$listView,$blockView); } dress($_thisConfig['template'],$blockView,$view); dress('sitemap_list_rep',$sitemapListItemsView,$sitemapListView); dress('sitemap_list',$sitemapListView,$sitemapView); dress('sitemap',$sitemapView,$view); $pathwayView=$skin->pathway; dress('pathway_rep',$pathwayItemsView,$pathwayView); dress('pathway',$pathwayView,$view); include_once(ROOT."/components/Application.Footer.php"); if(isset($paging)) dress('paging',getPagingView($paging,$skin->paging,$skin->pagingItem),$view); $view=removeAllTags($view); print $view;?>