Home
last modified time | relevance | path

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

/plugin/podcast/blogtng-tpl/
H A Dcomments.php4 …<div><?php $comment->tpl_hcard(); ?> No. <?php $comment->tpl_number(false); ?> @ <?php $comment->t…
9 <?php $comment->tpl_number(true, "» Reply"); ?>
/plugin/blogtng/tpl/default/
H A Dcomments.php19 <?php $comment->tpl_number()?> |
22 <?php $comment->tpl_number(true, '%d', $comment->getLang('comment_reply'))?>
/plugin/blogtng/entities/
H A DComment.php132 public function tpl_number($link = true, $fmt = '%d', $title = null) { function in dokuwiki\\plugin\\blogtng\\entities\\Comment