Changeset 10939 for extensions/Panoramas
- Timestamp:
- May 19, 2011, 10:03:40 AM (14 years ago)
- 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"} 6 5 jQuery(document).ready(function(){ldelim} 7 6 var w = $("#imageToolBar").width(); … … 28 27 }; 29 28 }); 30 </script> 31 {/html_head} 29 {/footer_script} 30 32 31 <!-- Adapted simply by the "Panoramas" plugin (version {$ASP.Ver}): {$ASP.Dir}/template/AS_panorama_content.tpl --> 33 32 <!-- for: {$ASP.image_name} ({$ASP.width}x{$ASP.height}) -->
Note: See TracChangeset
for help on using the changeset viewer.