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