pageStyle.getLowerView().getScriptsOnFoot(),$skin->outter); $pathwayItemsView=''; { if(file_exists(ROOT."/skin/{$skinSetting['skin']}/{$blog['contentLanguage']['code']}/library/piece/front/Type.{$_thisConfig['piece']}.php")){ include (ROOT."/skin/{$skinSetting['skin']}/{$blog['contentLanguage']['code']}/library/piece/front/Type.{$_thisConfig['piece']}.php"); }elseif(file_exists(ROOT."/skin/{$skinSetting['skin']}/{$blog['contentLanguage']['code']}/library/piece/front/Type.entry.php")){ include (ROOT."/skin/{$skinSetting['skin']}/{$blog['contentLanguage']['code']}/library/piece/front/Type.entry.php"); } } $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;?>