<BASE_HREF>
Tag Function:
- Sets the BASE HREF to the current site url definable within the admin options pane.
Main Usage:
- Used within image_template.html to dynamically recall and set the BASE HREF.
Examples:
In your image template, you can use the tag like this:
Sample Output:
Using the code above will generate the following when the template is run:
<base href="http://www.example.com/" />
OtherTags
<< <TAG_IMG_LIST_PAGED> | TemplateTags | <SITE_CALENDAR> >>