Ignore:
Timestamp:
Apr 6, 2011, 7:02:04 PM (13 years ago)
Author:
Zaphod
Message:

version 1.3.4 - bug correction in header.tpl

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/stripped/local_head.tpl

    r8112 r10114  
    66<![endif]-->
    77<link rel="stylesheet" type="text/css" media="print" href="{$ROOT_URL}themes/default/print.css">
     8
     9        {if $BODY_ID=='theCategoryPage' || $BODY_ID=='thePicturePage'}
     10                {include file='config.js.tpl'}
     11        {/if}
     12
     13        {if ($BODY_ID=='theCategoryPage')}
     14                {combine_script id='scripts-tcp' load='header' require='jquery.effects.blind' path='themes/stripped/js/scripts-tcp.js'}
     15        {/if}
     16
     17        {if $BODY_ID=='thePicturePage'}
     18                {combine_script id='scripts-tpp' load='header' require='jquery' path='themes/stripped/js/scripts-tpp.js'}
     19        {/if}
     20
     21        {if ($BODY_ID=='theMapListPage')}
     22                {combine_script id='scripts-tml' load='header' require='jquery' path='themes/stripped/js/scripts-tml.js'}
     23        {/if}
     24
     25  <script type="text/javascript">
     26    document.documentElement.className = 'js';
     27  </script>
Note: See TracChangeset for help on using the changeset viewer.