diff options
author | rvelices <rv-github@modusoptimus.com> | 2006-11-01 05:54:35 +0000 |
---|---|---|
committer | rvelices <rv-github@modusoptimus.com> | 2006-11-01 05:54:35 +0000 |
commit | bce8b9f680af4eb5481441e52e1d82b11da722be (patch) | |
tree | 45b30f55abb3257bbc3a8592f8ab872468e41636 /template/yoga/picture_content.tpl | |
parent | 525c9bc40ab6a99c44292388ce4385574057da86 (diff) |
plugins last modifications + events are triggered now from picture.php
git-svn-id: http://piwigo.org/svn/trunk@1590 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'template/yoga/picture_content.tpl')
-rw-r--r-- | template/yoga/picture_content.tpl | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/template/yoga/picture_content.tpl b/template/yoga/picture_content.tpl new file mode 100644 index 000000000..901d397ed --- /dev/null +++ b/template/yoga/picture_content.tpl @@ -0,0 +1,8 @@ +<!-- 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}" /> +<!-- BEGIN high --> +</a> + <p>{lang:picture_high}</p> +<!-- END high --> |