Ignore:
Timestamp:
Dec 4, 2010, 9:32:44 PM (13 years ago)
Author:
rvelices
Message:

trunk admin theme goes with combine_script instead of old style known_script

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/admin/themes/default/template/photos_add_direct.tpl

    r6993 r7995  
    1 {known_script id="jquery" src=$ROOT_URL|@cat:"themes/default/js/jquery.packed.js"}
    2 {known_script id="jquery.jgrowl" src=$ROOT_URL|@cat:"themes/default/js/plugins/jquery.jgrowl_minimized.js"}
     1{combine_script id='jquery.jgrowl' load='footer' require='jquery' path='themes/default/js/plugins/jquery.jgrowl_minimized.js' }
    32
    43{if $upload_mode eq 'multiple'}
    54<script type="text/javascript" src="{$uploadify_path}/swfobject.js"></script>
    6 <script type="text/javascript" src="{$uploadify_path}/jquery.uploadify.v2.1.0.min.js"></script>
     5{combine_script id='jquery.uploadify' load='footer' require='jquery' path='admin/include/uploadify/jquery.uploadify.v2.1.0.min.js' }
    76{/if}
    87{html_head}
     
    109{/html_head}
    1110
    12 {literal}
    13 <script type="text/javascript">
     11{footer_script}{literal}
    1412jQuery(document).ready(function(){
    1513  function checkUploadStart() {
     
    226224{/if}
    227225});
    228 </script>
     226{/footer_script}
    229227
    230228<div class="titrePage">
Note: See TracChangeset for help on using the changeset viewer.