Deprecated: Assigning the return value of new by reference is deprecated in /home/ppadmin/public_html/docs/cookbook/sourceblock.php on line 137

Warning: Cannot modify header information - headers already sent by (output started at /home/ppadmin/public_html/docs/cookbook/sourceblock.php:137) in /home/ppadmin/public_html/docs/pmwiki.php on line 885
Pixelpost » TemplateTags » LANG ISO

Pixelpost

Authentic Photoblog Flavour

TemplateTags /

<LANG_ISO>

Tag Function:

  • Displays the images ISO data if readable with the words "ISO".

Main Usage:

  • Used within image_template.html to dynamically recall and load the current images ISO data.

Examples:

In your image template, you can use the tag like this:

<LANG_ISO>

Sample Output:

Using the code above will generate the following when the template is run:

ISO: 100

Language Variable:

The output of this template tag is definable via your language file:

lang-english.php
$lang_iso  =  "ISO:"

EXIFRelatedTags
<< <LANG_CAMERA_MODEL> | TemplateTags | <IMAGE_COMMENTS_NUMBER> >>


Page last modified on November 07, 2007, at 01:51 AM