<CATEGORY_LINKS_AS_LIST>
Tag Function:
- Displays a text link list of all categories.
Main Usage:
- Used within browse_template.html to dynamically recall and load a text link list of all categories.
Examples:
In your browse template, you can use the tag like this:
Sample Output:
Using the code above will generate the following when the template is run:
<a href="index.php?x=browse"> All (200) </a><br />
<a href="index.php?x=browse&category=1">Nikon (163)</a><br />
<a href="index.php?x=browse&category=3">Nature (37)</a><br />
Language Variable:
The output of this template tag is definable via your language file:
lang-english.php
$lang_browse_all =
"All";
ArchiveRelatedTags
<< <BROWSE_CATEGORIES> | TemplateTags | <BROWSE_CHECKBOXLIST> >>