Home
last modified time | relevance | path

Searched refs:tpl_basedir (Results 1 – 5 of 5) sorted by relevance

/dokuwiki/lib/tpl/dokuwiki/
Dtpl_footer.php21 …src="<?php echo tpl_basedir(); ?>images/button-donate.gif" width="80" height="15" alt="Donate" /><…
23 …src="<?php echo tpl_basedir(); ?>images/button-php.gif" width="80" height="15" alt="Powered by PHP…
25 …src="<?php echo tpl_basedir(); ?>images/button-html5.png" width="80" height="15" alt="Valid HTML5"…
27 …src="<?php echo tpl_basedir(); ?>images/button-css.png" width="80" height="15" alt="Valid CSS" /><…
29 src="<?php echo tpl_basedir(); ?>images/button-dw.png" width="80" height="15"
/dokuwiki/inc/
DStyleUtils.php167 return tpl_basedir($this->tpl);
Dinit.php149 * @see tpl_basedir()
Dtemplate.php71 function tpl_basedir($tpl = '') function
1765 $url = tpl_basedir() . $img;
/dokuwiki/lib/exe/
Djs.php103 echo "var DOKU_TPL = '" . tpl_basedir($tpl) . "';";