Home
last modified time | relevance | path

Searched refs:tpl_tags (Results 1 – 11 of 11) sorted by path

/plugin/blogtng/helper/
H A Dentry.php680 public function tpl_tags($target) { function in helper_plugin_blogtng_entry
685 $this->taghelper->tpl_tags($target);
H A Dtags.php221 public function tpl_tags($target){ function in helper_plugin_blogtng_tags
/plugin/blogtng/tpl/default/
H A Dentry.php38 echo $this->getLang('tags').": ";$entry->tpl_tags('');
H A Dfeed.php19 echo $this->getLang('tags').": ";$entry->tpl_tags('');
H A Dlist.php28 <?php echo $this->getLang('tags').": ";$entry->tpl_tags('')?>
H A Dtagsearch.php22 Tags: <?php $entry->tpl_tags('')?>
/plugin/podcast/action/
H A Dfeed.php140 $this->entryhelper->tpl_tags( $tag_url );
/plugin/podcast/blogtng-tpl/
H A Dentry.php72 <?php if ($entry->has_tags()) { echo "Tags:"; $entry->tpl_tags(""); } ?>
H A Dlist.php60 echo "Tags:"; $entry->tpl_tags("");
/plugin/tagging/
H A Dhelper.php323 public function tpl_tags($print = true) { function in helper_plugin_tagging
H A Dsyntax.php113 $renderer->doc .= $hlp->tpl_tags(false);