<SITE_BROWSELINK>
Tag Function:
- Outputs the path to the browse (archive) page, aka, browse_template.html.
Main Usage:
- Used within any template file to dynamically recall and output the path to the browse (archive) page.
Examples:
In your image template, you can use the tag like this:
<a href="<SITE_BROWSELINK>">Browse</a>
Sample Output:
Using the code above will generate the following when the template is run:
<a href="./index.php?x=browse">Browse
</a>
NavigationRelatedTags
<< <SUB_TITLE> | TemplateTags | <SITE_PHOTONUMBER> >>