<LANG_EXPOSURE_TIME>
Tag Function:
- Displays the images exposure time if readable with the words "Exposure".
Main Usage:
- Used within image_template.html to dynamically recall and load the current images exposure time.
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:
Language Variable:
The output of this template tag is definable via your language file:
lang-english.php
$lang_exposure =
"Exposure:";
EXIFRelatedTags
<< <EXIF_ISO> | TemplateTags | <LANG_APERTURE> >>