source: extensions/Full_Background/local_head.tpl @ 22639

Last change on this file since 22639 was 21903, checked in by Miklfe, 11 years ago
File size: 1.4 KB
Line 
1{combine_script id='mousewheel' load='footer' require='jquery' path='themes/Full_Background/js/minified/jquery.mousewheel.min.js'}
2{combine_script id='flip' load='footer' require='jquery' path='themes/Full_Background/js/minified/jquery.flip.min.js'}
3{combine_script id='fullbg' load='footer' require='jquery' path='themes/Full_Background/js/minified/full_BG.min.js'}
4
5{combine_script id='lytebox' load='header' require='jquery' path='themes/Full_Background/js/minified/lytebox.min.js'}
6{combine_script id='menu' load='header'  path='themes/Full_Background/js/minified/menu.min.js'}
7{combine_script id='hoverIntent' load='header' require='jquery' path='themes/Full_Background/js/minified/jquery.hoverIntent.min.js'}
8{combine_script id='columnizer' load='header' require='jquery' path='themes/Full_Background/js/minified/columnizer.min.js'}
9{combine_script id='fullscreen' load='header' require='jquery' path='themes/Full_Background/js/minified/jquery.fullscreen.min.js'}
10
11<link href="{$ROOT_URL}themes/Full_Background/theme_max-width1280.css" type="text/css" rel="stylesheet" media="screen and (max-width:1280px)">
12<link href="{$ROOT_URL}themes/Full_Background/theme_max-width800.css" type="text/css" rel="stylesheet" media="screen and (max-width:800px)">
13
14<link href='http://fonts.googleapis.com/css?family=Finger+Paint' rel='stylesheet' type='text/css'>
15<link href='http://fonts.googleapis.com/css?family=PT+Sans+Narrow' rel='stylesheet' type='text/css' />
16
Note: See TracBrowser for help on using the repository browser.