source: extensions/hr_os/local_head.tpl @ 12153

Last change on this file since 12153 was 10826, checked in by flop25, 13 years ago

adding an admin page for the header based on P@t's work

File size: 492 bytes
Line 
1<!--[if lt IE 7]>
2        <link rel="stylesheet" type="text/css" href="{$ROOT_URL}themes/default/fix-ie5-ie6.css">
3<![endif]-->
4{if isset($display_hr_os_banner) and (!$display_hr_os_banner)}
5<style type="text/css">
6#{$BODY_ID}{literal} #theHeader { {/literal}
7          background: url("{$ROOT_URL}themes/hr_os/img/header.jpg") no-repeat scroll center top transparent;{literal}
8    height: 20px;
9    margin: 0 auto;
10}{/literal}
11#{$BODY_ID}{literal} #theHeader * {
12        display:none;
13}{/literal}
14</style>
15{/if}
Note: See TracBrowser for help on using the repository browser.