added comment to explain tpl_img() params
This commit is contained in:
parent
6cbebe8e5c
commit
a60087d326
1 changed files with 1 additions and 1 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue