Home
last modified time | relevance | path

Searched refs:tpl_pagetitle (Results 1 – 2 of 2) sorted by path

/dokuwiki/inc/
H A Dtemplate.php974 function tpl_pagetitle($id = null, $ret = false)
922 function tpl_pagetitle($id = null, $ret = false) { global() function
/dokuwiki/lib/tpl/dokuwiki/
H A Dmain.php20 <title><?php tpl_pagetitle() ?> [<?php echo strip_tags($conf['title']) ?>]</title>