diff options
author | rvelices <rv-github@modusoptimus.com> | 2012-08-01 19:03:17 +0000 |
---|---|---|
committer | rvelices <rv-github@modusoptimus.com> | 2012-08-01 19:03:17 +0000 |
commit | 92049de0752eca069cb0dbe97ea5d61406ce0a32 (patch) | |
tree | 4d47721538ab63c5fe0df510b2dfb839af735fb8 /themes/default | |
parent | 56a395e3a4bde205e81053c40efc8e028ada5595 (diff) |
merge-r17295 from branch 2.4 feature 2708: in admin, display allowed custom derivatives and ability to delete them
git-svn-id: http://piwigo.org/svn/trunk@17302 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'themes/default')
-rw-r--r-- | themes/default/template/picture.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/themes/default/template/picture.tpl b/themes/default/template/picture.tpl index 345d78b03..a46ed4e64 100644 --- a/themes/default/template/picture.tpl +++ b/themes/default/template/picture.tpl @@ -18,7 +18,7 @@ <div class="imageNumber">{$PHOTO}</div> {include file='picture_nav_buttons.tpl'|@get_extent:'picture_nav_buttons'} <div class="actionButtons"> -{if count($current.unique_derivatives)>1} +{if isset($current.unique_derivatives) && count($current.unique_derivatives)>1} {footer_script require='jquery'}{literal} function changeImgSrc(url,typeSave,typeMap) { |