Ignore:
Timestamp:
Jan 12, 2014, 10:03:35 PM (10 years ago)
Author:
flop25
Message:

updated for 2.5 & 2.6

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/stripped-galleria/template/header.tpl

    r12975 r26671  
    4848<script type="text/javascript" src="{$ROOT_URL}themes/default/js/pngfix.js"></script>
    4949<![endif]-->
     50<!--[if lt IE 7]>{include file='ie6.tpl'}<![endif]-->
     51
     52{if ($BODY_ID=='theCategoryPage')}
     53        {combine_script id='galleriaScript' require='jquery' load='header' path='themes/stripped-galleria/galleria/galleria-1.3.3.min.js'}
     54        {combine_script id='galleriaHistoryScript' require='jquery,galleriaScript' load='header' path='themes/stripped-galleria/galleria/plugins/history/galleria.history.min.js'}
     55        {if ($stripped.themeStyle == 'white')}
     56                {combine_script id='galleriaTheme' require='galleriaScript' load='footer' path='themes/stripped-galleria/galleria/themes/classicwhite/galleria.classic.min.js'}
     57        {else}
     58                {combine_script id='galleriaTheme' require='galleriaScript' load='footer' path='themes/stripped-galleria/galleria/themes/classic/galleria.classic.min.js'}
     59        {/if}
     60{/if}
    5061
    5162{if not empty($head_elements)}
Note: See TracChangeset for help on using the changeset viewer.