source: extensions/luciano/local_head.tpl @ 5922

Last change on this file since 5922 was 5921, checked in by patdenice, 14 years ago

[Luciano Amodio Theme] First commit

File size: 693 bytes
Line 
1<!--[if lt IE 7]>
2<link rel="stylesheet" type="text/css" href="{$ROOT_URL}themes/luciano/fix-ie5-ie6.css">
3<![endif]-->
4<!--[if gt IE 6]>
5        <link rel="stylesheet" type="text/css" href="{$ROOT_URL}themes/luciano/fix-ie7.css">
6<![endif]-->
7
8{if $BODY_ID == 'thePicturePage'}
9<style type="text/css">
10#theImage #theImg img {ldelim}
11  margin-top:{math equation="(600-y)/2" y=$HEIGHT_IMG format="%d"}px;
12}
13</style>
14{/if}
15
16{known_script id="mootools.core" src=$ROOT_URL|@cat:"themes/luciano/js/mootools-1.2.4-core.js"}
17{known_script id="mootools.more" src=$ROOT_URL|@cat:"themes/luciano/js/mootools-1.2.4.4-more.js"}
18{known_script id="luciano.script" src=$ROOT_URL|@cat:"themes/luciano/js/script.js"}
Note: See TracBrowser for help on using the repository browser.