diff options
author | Zaphod <zaphod@piwigo.org> | 2012-03-27 21:05:28 +0000 |
---|---|---|
committer | Zaphod <zaphod@piwigo.org> | 2012-03-27 21:05:28 +0000 |
commit | dc882859018c5c01b15fee242e8ff14e74329ab3 (patch) | |
tree | 162e621193a5481b9040992ee4083870c0ab83eb /themes/default | |
parent | 0db5a354adf4531a852b539c11913d888fa2f4d6 (diff) |
feature 2587: compatibility with ie7
git-svn-id: http://piwigo.org/svn/trunk@13777 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'themes/default')
-rw-r--r-- | themes/default/template/picture.tpl | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/themes/default/template/picture.tpl b/themes/default/template/picture.tpl index da9dd1036..fb7fddf72 100644 --- a/themes/default/template/picture.tpl +++ b/themes/default/template/picture.tpl @@ -16,6 +16,7 @@ <div id="imageToolBar"> <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} @@ -121,8 +122,6 @@ y.callService( </a> {/if}{/strip}{*caddie management END*} </div> - - {include file='picture_nav_buttons.tpl'|@get_extent:'picture_nav_buttons'} </div>{*<!-- imageToolBar -->*} <div id="theImageAndInfos"> |