Home
last modified time | relevance | path

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

/plugin/blogtng/tpl/
H A Dsmall_list.php17 <?php $entry->tpl_commentcount('(%d Comments)','(%d Comment)', '(%d Comments)')?>
/plugin/blogtng/tpl/default/
H A Dlist.php26 …__comments')?>" class="wikilink1 blogtng_commentlink"><?php $entry->tpl_commentcount($this->getLan…
/plugin/blogtng/helper/
H A Dentry.php593 public function tpl_commentcount($fmt_zero_comments='', $fmt_one_comment='', $fmt_comments='') { function in helper_plugin_blogtng_entry