Home
last modified time | relevance | path

Searched refs:tpl_pagelink (Results 1 – 7 of 7) sorted by relevance

/plugin/breadcrumbdeluxe/
Dsyntax.php77 …$out .= '<span class="home">' . tpl_pagelink(':' . ucfirst($conf['start']), null, true) . '</span>…
87 $out .= $separator . tpl_pagelink($page, p_get_first_heading($parts[$i]), true);
107 $out .= tpl_pagelink($page, p_get_first_heading($page), true);
/plugin/geonav/tpl/startermap/
Dtpl_functions.php31 tpl_pagelink($backID, $backTitle);
36 tpl_pagelink($discussPage, $title);
58 tpl_pagelink($userPage, $title);
Ddetail.php90 &larr; <?php echo $lang['img_backto']?> <?php tpl_pagelink($ID)?>
/plugin/html2pdf/snorriheim/
Ddetail.php54 <p>&larr; <?php echo $lang['img_backto']?> <?php tpl_pagelink($ID)?></p>
/plugin/croissant/
Dsyntax.php79 tpl_pagelink(':' . $page, p_get_metadata($page, 'plugin_croissant_bctitle'));
/plugin/qc/
Dadmin.php86 tpl_pagelink(':' . $id, $id);
/plugin/pagetitle/
Dhelper.php76 public function tpl_pagelink($id = null, $name = null, $exists = null, $print = true) function in helper_plugin_pagetitle