diff options
author | rvelices <rv-github@modusoptimus.com> | 2010-12-10 06:21:15 +0000 |
---|---|---|
committer | rvelices <rv-github@modusoptimus.com> | 2010-12-10 06:21:15 +0000 |
commit | acd3b90822cf9104307b76fbde980fec40245f51 (patch) | |
tree | 245372e8c7dc9f34b89a40480458927a32e74977 /themes/default/template/picture.tpl | |
parent | 20a45721f56377711cc99369fc742aed20cd0911 (diff) |
first sprite usage on picture page
git-svn-id: http://piwigo.org/svn/trunk@8066 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'themes/default/template/picture.tpl')
-rw-r--r-- | themes/default/template/picture.tpl | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/themes/default/template/picture.tpl b/themes/default/template/picture.tpl index 220790059..4739b88b3 100644 --- a/themes/default/template/picture.tpl +++ b/themes/default/template/picture.tpl @@ -82,6 +82,8 @@ y.callService( {include file='picture_nav_buttons.tpl'|@get_extent:'picture_nav_buttons'} </div> <!-- imageToolBar --> +{include file='picture_toolbar.tpl'} + <div id="theImage"> {$ELEMENT_CONTENT} @@ -216,10 +218,6 @@ y.callService( _pwgRatingAutoQueue.push( {ldelim}rootUrl: '{$ROOT_URL|@escape:"javascript"}', image_id: {$current.id}, updateRateText: "{'Update your rating'|@translate|@escape:'javascript'}", updateRateElement: document.getElementById("updateRate"), ratingSummaryText: "{'%.2f (rated %d times)'|@translate|@escape:'javascript'}", ratingSummaryElement: document.getElementById("ratingSummary") {rdelim} ); - /*(function () {ldelim} - var s = document.createElement('script'); s.type = 'text/javascript'; s.async = true; s.src = '{$ROOT_URL}themes/default/js/rating.js'; - var s0 = document.getElementsByTagName('script')[0]; s0.parentNode.insertBefore(s, s0); - })();*/ </script> </div> </form> |