added comment to explain tpl_img() params

This commit is contained in:
Anika Henke 2012-01-22 16:45:44 +00:00
parent 6cbebe8e5c
commit a60087d326

View file

@ -37,7 +37,7 @@ if (!defined('DOKU_INC')) die();
<h1><?php echo hsc(tpl_img_getTag('IPTC.Headline',$IMG))?></h1>
<div class="content">
<?php tpl_img(900,700) ?>
<?php tpl_img(900,700); /* parameters: maximum width, maximum height (and more) */ ?>
<div class="img_detail">
<h2><?php print nl2br(hsc(tpl_img_getTag('simple.title'))); ?></h2>