Home
last modified time | relevance | path

Searched refs:tpl_nextlink (Results 1 – 3 of 3) sorted by relevance

/plugin/blogtng/tpl/default/
H A Dentry.php20 <?php if ($link = $entry->tpl_nextlink('@TITLE@ »', $entry->entry['page'], true)) { ?>
/plugin/podcast/blogtng-tpl/
H A Dentry.php23 <?php if ($link = $entry->tpl_nextlink('@TITLE@ »', $entry->entry['page'], true)) { ?>
/plugin/blogtng/helper/
H A Dentry.php731 public function tpl_nextlink($tpl, $id=false, $return=false) { function in helper_plugin_blogtng_entry