Changeset 13763 for trunk


Ignore:
Timestamp:
Mar 26, 2012, 11:31:45 PM (12 years ago)
Author:
plg
Message:

feature 2599: load jQuery by default on gallery side, in footer

Location:
trunk/themes
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/themes/default/template/header.tpl

    r13683 r13763  
    5050<![endif]-->
    5151
    52 {combine_script id="jquery"}
     52{combine_script id="jquery" load="footer"}
    5353
    5454{if not empty($head_elements)}
  • trunk/themes/elegant/local_head.tpl

    r13730 r13763  
    11{if $BODY_ID=='thePicturePage'}
    2         {combine_script id='elegant.scripts_pp' load='header' require='jquery' path='themes/elegant/scripts_pp.js'}
     2        {combine_script id='elegant.scripts_pp' load='footer' require='jquery' path='themes/elegant/scripts_pp.js'}
    33{else}
    4         {combine_script id='elegant.scripts' load='header' require='jquery' path='themes/elegant/scripts.js'}
     4        {combine_script id='elegant.scripts' load='footer' require='jquery' path='themes/elegant/scripts.js'}
    55{/if}
Note: See TracChangeset for help on using the changeset viewer.