Ignore:
Timestamp:
Dec 17, 2013, 11:19:05 PM (10 years ago)
Author:
Miklfe
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/PwgCarbon/local_head.tpl

    r18843 r25996  
    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 
     1{combine_script id='reflection' load='header' require='jquery' path='themes/PwgCarbon_dft/js/reflection.js'}
     2{combine_script id='menu' load='header' require='jquery' path='themes/PwgCarbon_dft/js/menu.js'}
     3{combine_script id='hoverIntent' load='header' require='jquery' path='themes/PwgCarbon_dft/js/jquery.hoverIntent.minified.js'}
     4{combine_script id='columnizer' load='footer' require='jquery' path='themes/PwgCarbon_dft/js/jquery.columnizer.js'}
    205
    216{if ($PwgCarbon.lytebox)==1}{combine_script id='lytebox' load='header' require='jquery' path='themes/PwgCarbon/js/lytebox.js'}{/if}
Note: See TracChangeset for help on using the changeset viewer.