Home
last modified time | relevance | path

Searched refs:has_tags (Results 1 – 10 of 10) sorted by relevance

/plugin/podcast/blogtng-tpl/
H A Dfeed.php7 <?php if ($entry->has_tags()):?>
H A Dlist.php59 if ($entry->has_tags()){
H A Dentry.php72 <?php if ($entry->has_tags()) { echo "Tags:"; $entry->tpl_tags(""); } ?>
/plugin/blogtng/tpl/default/
H A Dfeed.php17 if ($entry->has_tags()) {
H A Dentry.php36 if ($entry->has_tags()) {
/plugin/ckgdoku/ckeditor/
H A Dconfig.js1has_tags){d.ToolBarItemsAlt.Tags="Tags"}if(top.JSINFO.has_wrap){d.ToolBarItemsAlt.Wrap="Wrap"}if(t…
H A Dconfig.js.unc128 if (top.JSINFO['has_tags']) {
148 if (top.JSINFO['has_tags']) {
/plugin/ckgedit/ckeditor/
H A Dconfig.js1 …)==-1){a+=",Msword"}if(h.indexOf("Geshi")==-1){a+=",Geshi"}}if(n.JSINFO.has_tags){a+=",Tags"}if(n.…
H A Dconfig.js.unc162 if (browser_level.JSINFO['has_tags']) {
/plugin/blogtng/helper/
H A Dentry.php896 public function has_tags() { function in helper_plugin_blogtng_entry