source: extensions/PwgCarbon/local_head.tpl @ 20461

Last change on this file since 20461 was 18843, checked in by Miklfe, 11 years ago
File size: 715 bytes
Line 
1{php}
2        global $PwgCarbon;
3        $this->assign( 'PwgCarbon', $PwgCarbon );
4{/php}
5
6
7
8
9<!--[if lt IE 7]>
10        <link rel="stylesheet" type="text/css" href="{$ROOT_URL}themes/default/fix-ie5-ie6.css">
11<![endif]-->
12<!--[if IE 7]>
13        <link rel="stylesheet" type="text/css" href="{$ROOT_URL}themes/default/fix-ie7.css">
14<![endif]-->
15<link rel="stylesheet" type="text/css" media="print" href="{$ROOT_URL}themes/default/print.css">
16
17
18
19
20
21{if ($PwgCarbon.lytebox)==1}{combine_script id='lytebox' load='header' require='jquery' path='themes/PwgCarbon/js/lytebox.js'}{/if}
22{if ($PwgCarbon.thumbreflex)==1}{combine_script id='reflection' load='header' require='jquery' path='themes/PwgCarbon_dft/js/reflection.js'}{/if}
Note: See TracBrowser for help on using the repository browser.