diff options
author | plegall <plg@piwigo.org> | 2005-08-14 11:55:35 +0000 |
---|---|---|
committer | plegall <plg@piwigo.org> | 2005-08-14 11:55:35 +0000 |
commit | c501facfa5447443be872c56377cb9141c939196 (patch) | |
tree | 98398fcb58b01c5e49a470ead3cbd75d86b6a5fa /template/default/picture.tpl | |
parent | 194bf3ca48dc0a8ac5fb6bcd1c777367dfa2dbcc (diff) |
- new : ability to set an element as representant of its category directly
from picture.php screen.
- improvement : dedicated icon to add elements into caddie. Ths icon is
displayed in the category title bar.
git-svn-id: http://piwigo.org/svn/trunk@811 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'template/default/picture.tpl')
-rw-r--r-- | template/default/picture.tpl | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/template/default/picture.tpl b/template/default/picture.tpl index 2633113d8..e43fe7b14 100644 --- a/template/default/picture.tpl +++ b/template/default/picture.tpl @@ -28,6 +28,15 @@ <img src="template/default/theme/metadata.gif" alt="{L_PICTURE_METADATA}" /> </a> </div> + +<!-- BEGIN representative --> +<div class="imgMenu" id="left"> + <a href="{representative.URL}" title="{lang:set as category representative}"> + <img src="template/default/theme/representative.png" alt="{lang:representative}" /> + </a> +</div> +<!-- END representative --> + <!-- BEGIN favorite --> <div class="imgMenu" id="right"> <a href="{favorite.U_FAVORITE}" title="{favorite.FAVORITE_HINT}"> |