<EXIF_FLASH>
Tag Function:
- Displays the images flash data if readable.
Main Usage:
- Used within image_template.html to dynamically recall and load the current images flash data.
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_flash_fired =
"Flash: Fired";
$lang_flash_not_fired =
"Flash: Not Fired";
$lang_flash_not_detected =
"Flash: Not Detected";
EXIFRelatedTags
<< <EXIF_CAPTURE_DATE> | TemplateTags | <EXIF_FOCAL_LENGTH> >>