Hide minor edits - Show changes to markup
@]
<div id="tag_cloud_header">
Tags:<br/>
</div>
}
The output of this template tag is definable via your language file:
The output of the word "Tags" is definable via your language file:
In your browse template, you can use the tag like this:
(:source lang=HTML4STRICT -link :)<FOCUS_TAG_LINKS_AS_LIST>
Using the code above will generate the following when the template is run:
(:source lang=HTML4STRICT -link :)
<div id="tag_cloud">
<div id="tag_cloud_header">
Tags:<br/>
</div>
<a href="index.php?x=browse&tag=nikon" class="tags10">Nikon (5)</a>
<a href="index.php?x=browse&tag=nature" class="tags04">Nature (37)</a>
</div>
Using these ids allow you to determine the look of the tags list:
(:source lang=CSS -link :)
#tag_cloud_header { /* id for tag cloud header */
}
#tag_cloud { /* id for tag cloud */
}
The output of this template tag is definable via your language file:
(:source lang=PHP header=lang-english.php :)$lang_tags = "Tags:<br/>";