Home
last modified time | relevance | path

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

/plugin/blogtng/tpl/default/
H A Dentry.php15 <?php if ($link = $entry->tpl_previouslink('« @TITLE@', $entry->entry['page'], true)) { ?>
/plugin/podcast/blogtng-tpl/
H A Dentry.php18 <?php if ($link = $entry->tpl_previouslink('« @TITLE@', $entry->entry['page'], true)) { ?>
/plugin/blogtng/helper/
H A Dentry.php710 public function tpl_previouslink($tpl, $id=false, $return=false) { function in helper_plugin_blogtng_entry