source: extensions/stripped-galleria/local_head.tpl @ 12975

Last change on this file since 12975 was 12975, checked in by Zaphod, 12 years ago

version 1.2.0

File size: 879 bytes
Line 
1{php}
2        global $template, $stripped;
3        $template->assign( 'stripped', $stripped );
4{/php}
5
6<!--[if lt IE 7]>{include file='ie6.tpl'}<![endif]-->
7
8{if ($BODY_ID=='theCategoryPage')}
9        {combine_script id='galleriaScript' require='jquery' load='header' path='themes/stripped-galleria/galleria/galleria-1.2.6.min.js'}
10        {combine_script id='galleriaHistoryScript' require='jquery,galleriaScript' load='header' path='themes/stripped-galleria/galleria/plugins/history/galleria.history.min.js'}
11        {if ($stripped.themeStyle == 'white')}
12                {combine_script id='galleriaTheme' require='galleriaScript' load='footer' path='themes/stripped-galleria/galleria/themes/classicwhite/galleria.classic.min.js'}
13        {else}
14                {combine_script id='galleriaTheme' require='galleriaScript' load='footer' path='themes/stripped-galleria/galleria/themes/classic/galleria.classic.min.js'}
15        {/if}
16{/if}
Note: See TracBrowser for help on using the repository browser.