<SITE_BROWSELINK_PAGED>
Tag Function:
- Creates the HREF of the paged archive browse link.
Main Usage:
- Used within any template to dynamically recall and display the HREF of the paged archive browse link. Used to replace the standard browse link HREF.
Examples:
In your templates, you can use the tag like this:
<a href=
"<SITE_BROWSELINK_PAGED>">Browse</a>
Sample Output:
Using the code above will generate the following when the template is run:
<a href="./index.php?x=browse&pagenum=1">Browse
</a>
PagedArchiveAddonTags
<< <CATEGORY_LINKS_AS_LIST_PAGED> | TemplateTags | <BROWSE_MONTHLY_ARCHIVE_PAGED> >>