Ignore:
Timestamp:
Apr 25, 2011, 3:51:54 PM (13 years ago)
Author:
Gotcha
Message:

combine_script remplace known_script
bug:2276

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/piclens/admin/piclenswallconfig.tpl

    r8789 r10611  
    1 {known_script id="jquery" src=$ROOT_URL|@cat:"themes/default/js/jquery.packed.js"}
    2 {known_script id="jquery.ui" src=$ROOT_URL|@cat:"themes/default/js/ui/packed/ui.core.packed.js"}
    3 {known_script id="jquery.ui.resizable" src=$ROOT_URL|@cat:"themes/default/js/ui/packed/ui.resizable.packed.js"}
     1{combine_script id='jquery.packed' path='themes/default/js/jquery.packed.js'}
    42
    53{html_head}
    64{/html_head}
    7 
    8 
    95
    106<div class="titrePage">
     
    155151               
    156152        </table>
    157 {literal}
    158 <script type="text/javascript">
     153{footer_script require='jquery.ui.core.packed,jquery.ui.resizable.packed'}{literal}
    159154resize = false;
    160155function show_cat_list()
     
    216211}
    217212
    218 </script>
    219 {/literal}
     213{/literal}{/footer_script}
    220214
    221215<br/>
Note: See TracChangeset for help on using the changeset viewer.