Home
last modified time | relevance | path

Searched refs:tagLink (Results 1 – 4 of 4) sorted by relevance

/plugin/tag/syntax/
H A Dtagpage.php86 $renderer->doc .= $helper->tagLink($data['tag'], $data['title'], $data['dynamic']);
H A Dcount.php123 $renderer->doc .= '<td class="'.$class.'">'.$helper->tagLink($tagname).'</td>';
/plugin/tagsections/syntax/
H A Dtag.php105 …return '<span class="tagsections header tag '.implode(' ', $list).'">'.$my->tagLink($entry, array_…
/plugin/tag/
H A Dhelper.php169 $links[] = $this->tagLink($tag);
182 public function tagLink($tag, $title = '', $dynamic = false) { function in helper_plugin_tag