mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-08-07 17:23:04 +02:00
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
This commit is contained in:
@@ -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}">
|
||||
|
||||
Reference in New Issue
Block a user