diff options
author | z0rglub <z0rglub@piwigo.org> | 2004-09-24 08:37:29 +0000 |
---|---|---|
committer | z0rglub <z0rglub@piwigo.org> | 2004-09-24 08:37:29 +0000 |
commit | bb8189ea750fdde2b489abd563034e0efb32db20 (patch) | |
tree | 01f3163e95590078de65ab7acfe7c01ae38de0bc /template/default | |
parent | 1d40fed0044e4eb40b323d16a10192237eba7b29 (diff) |
add support of a third size picture in "high" sub-directory
git-svn-id: http://piwigo.org/svn/trunk@536 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'template/default')
-rw-r--r-- | template/default/picture.tpl | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/template/default/picture.tpl b/template/default/picture.tpl index 7a39e34be..2dc9c9e00 100644 --- a/template/default/picture.tpl +++ b/template/default/picture.tpl @@ -23,6 +23,13 @@ <img src="template/default/theme/metadata.gif" alt="{L_PICTURE_METADATA}" /> </a> </div> +<!-- BEGIN high --> +<div class="imgMenu" id="left"> + <a href="{high.U_HIGH}" title="{L_PICTURE_HIGH}"> + <img src="template/default/theme/high.gif" alt="{L_PICTURE_HIGH_ALT}" /> + </a> +</div> +<!-- END high --> <!-- BEGIN favorite --> <div class="imgMenu" id="right"> <a href="{favorite.U_FAVORITE}" title="{favorite.FAVORITE_HINT}"> |