diff options
author | vdigital <vdigital@piwigo.org> | 2007-03-13 22:44:45 +0000 |
---|---|---|
committer | vdigital <vdigital@piwigo.org> | 2007-03-13 22:44:45 +0000 |
commit | 6295173652a7767fa482df231ae7a9034b89ecde (patch) | |
tree | d96c3af1d6fe82db795ccc933b43a4f6d006477e /template/yoga/picture_content.tpl | |
parent | d2b54cacb5f0df373c9eee8cd64cc9d69258280f (diff) |
Updates:
- Copyrights 2003-2007
- help
- Some HTML comform requests
git-svn-id: http://piwigo.org/svn/trunk@1903 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'template/yoga/picture_content.tpl')
-rw-r--r-- | template/yoga/picture_content.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/template/yoga/picture_content.tpl b/template/yoga/picture_content.tpl index 901d397ed..e015c1237 100644 --- a/template/yoga/picture_content.tpl +++ b/template/yoga/picture_content.tpl @@ -1,7 +1,7 @@ <!-- BEGIN high --> <a href="javascript:phpWGOpenWindow('{high.U_HIGH}','{high.UUID}','scrollbars=yes,toolbar=no,status=no,resizable=yes')"> <!-- END high --> - <img src="{SRC_IMG}" style="width:{WIDTH_IMG}px;height:{HEIGHT_IMG}px;" alt="{ALT_IMG}" /> + <img src="{SRC_IMG}" style="width:{WIDTH_IMG}px;height:{HEIGHT_IMG}px;" alt="{ALT_IMG}"> <!-- BEGIN high --> </a> <p>{lang:picture_high}</p> |