| /plugin/api/ ! |
| D | action.php | 89 $pageData['title'] = tpl_pagetitle($pages['id'], true); 105 $data['title'] = tpl_pagetitle($id, true);
|
| /plugin/zwidoku/ ! |
| H A D | getEncyc.php | 97 $title=tpl_pagetitle(null,true); 98 $titletext=tpl_pagetitle(null,true); 193 $page_title=tpl_pagetitle(null,true);
|
| /plugin/ckgdoku/ckeditor/ ! |
| D | useheading.php | 11 $t= trim(tpl_pagetitle($page,1));
|
| /plugin/ckgedit/ckeditor/ ! |
| D | useheading.php | 11 $t= trim(tpl_pagetitle($page,1));
|
| /plugin/html2pdf/snorriheim/ ! |
| D | main.php | 28 <?php tpl_pagetitle()?>
|
| /plugin/npd/tpl/ ! |
| D | main.php | 31 <?php tpl_pagetitle()?>
|
| /plugin/new_page_dialog/tpl/ ! |
| D | main.php | 31 <?php tpl_pagetitle()?>
|
| /plugin/rplus/ ! |
| D | renderer.php | 280 $pageTitle = tpl_pagetitle($page, true); 302 $pageTitle = tpl_pagetitle($page, true);
|
| /plugin/duoshuo-dokuwiki/ ! |
| D | syntax.php | 77 $wiki_title = tpl_pagetitle($wiki_id , true);
|
| /plugin/geonav/tpl/startermap/ ! |
| D | main.php | 23 <title><?php tpl_pagetitle() ?> [<?php echo strip_tags($conf['title']) ?>]</title>
|
| /plugin/minimap/ ! |
| D | syntax.php | 178 $title = tpl_pagetitle($pageId, true); 287 tpl_pagetitle($startId, true),
|
| /plugin/impressjs/ ! |
| D | renderer.php | 34 <title>'.tpl_pagetitle($ID, true).'</title>
|
| /plugin/blogtng/action/ ! |
| D | linkback.php | 65 'dc:title="' . tpl_pagetitle($ID, true) . '"' . NL .
|
| /plugin/linkback/action/ ! |
| D | receive.php | 62 'dc:title="' . tpl_pagetitle($ID, true) . '"' . NL .
|
| D | send.php | 82 $linkback_info['title'] = tpl_pagetitle($ID, true);
|
| /plugin/s5/ ! |
| D | renderer.php | 89 <h1>' . tpl_pagetitle($ID, true) . '</h1>
|
| /plugin/flattr/ ! |
| D | helper.php | 74 $params['title'] = tpl_pagetitle($INFO['id'], true);
|
| /plugin/cite/ ! |
| D | action.php | 46 $pagename = tpl_pagetitle($ID, true);
|
| /plugin/autotweet2/ ! |
| D | action.php | 62 $message = str_replace('###PAGETITLE###', tpl_pagetitle($savingid, 1), $message);
|
| /plugin/pagetitle/ ! |
| D | helper.php | 154 public function tpl_pagetitle($id = null, $print = true) function in helper_plugin_pagetitle
|
| /plugin/revealjs/ ! |
| D | renderer.php | 87 <title>'.tpl_pagetitle($ID, true).'</title>
|
| /plugin/webcode/syntax/ ! |
| D | basis.php | 590 $pageTitle = tpl_pagetitle($ID, true);
|
| /plugin/combo/ComboStrap/Tag/ ! |
| H A D | WebCodeTag.php | 475 $pageTitle = tpl_pagetitle($ID, true);
|
| /plugin/botmon/ ! |
| H A D | action.php | 235 …echo '<h1 class="sectionedit1">'; tpl_pagetitle(); echo "</h1>\n"; // always show the original pag…
|
| /plugin/siteexport/syntax/ ! |
| H A D | toc.php | 209 … if (empty($mergeHint)) { $mergeHint = tpl_pagetitle($tocItem, true); }
|