Searched refs:tpl_pagetitle (Results 1 – 3 of 3) sorted by relevance
/dokuwiki/_test/tests/inc/ |
D | template_include_page.test.php | 12 $this->assertEquals('foo:bar', tpl_pagetitle($id, true)); 22 $this->assertEquals('foo:bar', tpl_pagetitle(null, true)); 31 $this->assertEquals('Admin', tpl_pagetitle(null, true)); 48 $this->assertEquals('Revert Manager', tpl_pagetitle(null, true)); 57 $this->assertEquals('Sitemap', tpl_pagetitle(null, true)); 66 $this->assertEquals('foo:bar - Old revisions', tpl_pagetitle(null, true));
|
/dokuwiki/lib/tpl/dokuwiki/ |
D | main.php | 20 <title><?php tpl_pagetitle() ?> [<?php echo strip_tags($conf['title']) ?>]</title>
|
/dokuwiki/inc/ |
D | template.php | 996 function tpl_pagetitle($id = null, $ret = false) function
|