diff options
-rwxr-xr-x | detail.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/detail.php b/detail.php index 96fb3c2e7..33d39f5f9 100755 --- a/detail.php +++ b/detail.php @@ -57,7 +57,7 @@ $showSidebar = tpl_getConf('sidebarID') && page_exists(tpl_getConf('sidebarID')) <h1><?php echo hsc(tpl_img_getTag('IPTC.Headline',$IMG))?></h1> - <?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> |