<IMAGE_NAME>
Tag Function:
Main Usage:
- Used within image_template.html to dynamically recall and load the current image.
Examples:
In your image template, you can use the tag like this:
<img src="images/<IMAGE_NAME>" />
Sample Output:
Using the code above will generate the following when the template is run:
<img src="images/20070413190355_test.jpg" />
ImageRelatedTags
<< | TemplateTags | <IMAGE_TITLE> >>