Home
last modified time | relevance | path

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

/template/navigation/
H A Dsidebar.php30 function p_sidebar_cached_xhtml($localFile, $masterFile){ argument
32 $cache = getCacheName($localFile.$_SERVER['HTTP_HOST'].$_SERVER['SERVER_PORT'],'.xhtml');
82 $localFile = dirname($fn).'/_'.basename($fn);
83 print p_sidebar_cached_xhtml($localFile, $masterFile);
/template/knotux/
H A Dsidebar.php30 function p_sidebar_cached_xhtml($localFile, $masterFile){ argument
32 $cache = getCacheName($localFile.$_SERVER['HTTP_HOST'].$_SERVER['SERVER_PORT'],'.xhtml');
81 $localFile = dirname($fn).'/_'.basename($fn);
82 print p_sidebar_cached_xhtml($localFile, $masterFile);
/template/sxs/
H A Dsidebar.php36 function p_sidebar_cached_xhtml($localFile, $masterFile){ argument
38 $cache = getCacheName($localFile.$_SERVER['HTTP_HOST'].$_SERVER['SERVER_PORT'],'.xhtml');
90 $localFile = dirname($fn).'/_'.basename($fn);
91 print p_sidebar_cached_xhtml($localFile, $masterFile);