Home
last modified time | relevance | path

Searched refs:tpl_pagetitle (Results 1 – 23 of 23) sorted by relevance

/plugin/api/
H A Daction.php89 $pageData['title'] = tpl_pagetitle($pages['id'], true);
105 $data['title'] = tpl_pagetitle($id, true);
/plugin/ckgdoku/ckeditor/
H A Duseheading.php11 $t= trim(tpl_pagetitle($page,1));
/plugin/ckgedit/ckeditor/
H A Duseheading.php11 $t= trim(tpl_pagetitle($page,1));
/plugin/html2pdf/snorriheim/
H A Dmain.php28 <?php tpl_pagetitle()?>
/plugin/npd/tpl/
H A Dmain.php31 <?php tpl_pagetitle()?>
/plugin/new_page_dialog/tpl/
H A Dmain.php31 <?php tpl_pagetitle()?>
/plugin/rplus/
H A Drenderer.php280 $pageTitle = tpl_pagetitle($page, true);
302 $pageTitle = tpl_pagetitle($page, true);
/plugin/duoshuo-dokuwiki/
H A Dsyntax.php77 $wiki_title = tpl_pagetitle($wiki_id , true);
/plugin/geonav/tpl/startermap/
H A Dmain.php23 <title><?php tpl_pagetitle() ?> [<?php echo strip_tags($conf['title']) ?>]</title>
/plugin/impressjs/
H A Drenderer.php34 <title>'.tpl_pagetitle($ID, true).'</title>
/plugin/minimap/
H A Dsyntax.php178 $title = tpl_pagetitle($pageId, true);
287 tpl_pagetitle($startId, true),
/plugin/blogtng/action/
H A Dlinkback.php65 'dc:title="' . tpl_pagetitle($ID, true) . '"' . NL .
/plugin/linkback/action/
H A Dreceive.php62 'dc:title="' . tpl_pagetitle($ID, true) . '"' . NL .
H A Dsend.php82 $linkback_info['title'] = tpl_pagetitle($ID, true);
/plugin/s5/
H A Drenderer.php96 <h1>'.tpl_pagetitle($ID, true).'</h1>
/plugin/cite/
H A Daction.php46 $pagename = tpl_pagetitle($ID, true);
/plugin/flattr/
H A Dhelper.php74 $params['title'] = tpl_pagetitle($INFO['id'], true);
/plugin/autotweet2/
H A Daction.php62 $message = str_replace('###PAGETITLE###', tpl_pagetitle($savingid, 1), $message);
/plugin/pagetitle/
H A Dhelper.php165 public function tpl_pagetitle($id = null, $print = true) function in helper_plugin_pagetitle
/plugin/revealjs/
H A Drenderer.php87 <title>'.tpl_pagetitle($ID, true).'</title>
/plugin/webcode/syntax/
H A Dbasis.php590 $pageTitle = tpl_pagetitle($ID, true);
/plugin/combo/ComboStrap/Tag/
H A DWebCodeTag.php475 $pageTitle = tpl_pagetitle($ID, true);
/plugin/siteexport/syntax/
H A Dtoc.php209 … if (empty($mergeHint)) { $mergeHint = tpl_pagetitle($tocItem, true); }