Ignore:
Timestamp:
May 19, 2011, 10:03:40 AM (13 years ago)
Author:
plg
Message:

compatibility with Piwigo 2.2

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/Panoramas/template/AS_panorama_content.tpl

    r10618 r10939  
    1 {combine_script id="jquery" load="header" path = "themes/default/js/jquery.min.js"}
    2 {combine_script id="jquery.panorama" path=$ASP.Path|@cat:"js/jquery.panorama.js"}
    3 {html_head}
    4 <link rel="stylesheet" type="text/css" href="{$ASP.Path}css/AS_Panorama.css">
    5 <script type="text/javascript">
     1{combine_css path="plugins/Panoramas/css/AS_Panorama.css"}
     2
     3{combine_script id="jquery.panorama" require="jquery" path="plugins/Panoramas/js/jquery.panorama.js"}
     4{footer_script require="jquery.panorama"}
    65jQuery(document).ready(function(){ldelim}
    76    var w = $("#imageToolBar").width();
     
    2827        };
    2928});
    30 </script>
    31 {/html_head}
     29{/footer_script}
     30
    3231        <!-- Adapted simply by the "Panoramas" plugin (version {$ASP.Ver}): {$ASP.Dir}/template/AS_panorama_content.tpl -->
    3332        <!-- for: {$ASP.image_name} ({$ASP.width}x{$ASP.height}) -->
Note: See TracChangeset for help on using the changeset viewer.