Home
last modified time | relevance | path

Searched refs:masterFile (Results 1 – 3 of 3) sorted by relevance

/template/navigation/
H A Dsidebar.php30 function p_sidebar_cached_xhtml($localFile, $masterFile){ argument
37 if( @file_exists($masterFile) // does the source exist
38 && $cachetime > @filemtime($masterFile) // cache is fresh
52 …$parsed = p_render('xhtml', p_cached_instructions($masterFile),$info); //try to use cached instruc…
73 $masterFile = getSidebarFN(getNS($ID), 'sidebar');
79 if ($masterFile) {
83 print p_sidebar_cached_xhtml($localFile, $masterFile);
/template/knotux/
H A Dsidebar.php30 function p_sidebar_cached_xhtml($localFile, $masterFile){ argument
37 if( @file_exists($masterFile) // does the source exist
38 && $cachetime > @filemtime($masterFile) // cache is fresh
51 …$parsed = p_render('xhtml', p_cached_instructions($masterFile),$info); //try to use cached instruc…
72 $masterFile = getSidebarFN(getNS($ID), 'sidebar');
78 if ($masterFile) {
82 print p_sidebar_cached_xhtml($localFile, $masterFile);
/template/sxs/
H A Dsidebar.php36 function p_sidebar_cached_xhtml($localFile, $masterFile){ argument
43 if( @file_exists($masterFile) // does the source exist
44 && $cachetime > @filemtime($masterFile) // cache is fresh
58 …$parsed = p_render('xhtml', p_cached_instructions($masterFile),$info); //try to use cached instruc…
80 $masterFile = getSidebarFN(getNS($ID), 'sidebar');
87 if ($masterFile) {
91 print p_sidebar_cached_xhtml($localFile, $masterFile);