Home
last modified time | relevance | path

Searched refs:tpl_name (Results 1 – 6 of 6) sorted by relevance

/plugin/userpagecreate/
H A Daction.php99 $tpl_name = cleanID($t_page['id']);
100 … $pages[$res . ':' . substr($tpl_name, strlen(getNS($tpl)) + 1)] = rawWiki($tpl_name);
/plugin/podcast/blogtng-tpl/
H A Drecentcomments.php4 <?php $comment->tpl_name();?>
/plugin/blogtng/tpl/default/
H A Drecentcomments.php16 <?php $comment->tpl_name();?>
/plugin/blogtng/syntax/
H A Dcommentreply.php69 $comment->tpl_name();
/plugin/blogtng/entities/
H A DComment.php160 public function tpl_name(){ function in dokuwiki\\plugin\\blogtng\\entities\\Comment
/plugin/ckgedit/action/
H A Dedit.php528 $tpl_name = $conf['template'];
533 if(strpos($line,$tpl_name)!==false) {