<LANG_CAMERA_MODEL>
Tag Function:
- Displays the images camera model if readable with the words "Camera Model".
Main Usage:
- Used within image_template.html to dynamically recall and load the current images camera model.
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:
Camera Model: Canon EOS 20D
Language Variable:
The output of this template tag is definable via your language file:
lang-english.php
$lang_camera_model =
"Camera Model:"
EXIFRelatedTags
<< <LANG_CAMERA_MAKE> | TemplateTags | <LANG_ISO> >>