paths->parse(); $repos = $viewsvn->paths->fetch_repos($path); $relpath = $viewsvn->paths->fetch_path($path); } $fetchtemplates[] = 'header'; $fetchtemplates[] = 'footer'; $fetchtemplates[] = 'doctype'; $fetchtemplates[] = 'headinclude'; $template->cache((array)$fetchtemplates); eval('$header = "' . $template->fetch('header') . '";'); eval('$footer = "' . $template->fetch('footer') . '";'); eval('$doctype = "' . $template->fetch('doctype') . '";'); eval('$headinclude = "' . $template->fetch('headinclude') . '";'); /*=====================================================================*\ || ################################################################### || # $HeadURL$ || # $Id$ || ################################################################### \*=====================================================================*/ ?>