Ignore:
Timestamp:
May 9, 2011, 5:05:57 PM (13 years ago)
Author:
flop25
Message:

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/hr_os_xl/local_head.tpl

    r9281 r10825  
    22        <link rel="stylesheet" type="text/css" href="{$ROOT_URL}themes/default/fix-ie5-ie6.css">
    33<![endif]-->
     4{if isset($display_hr_os_xl_banner) and (!$display_hr_os_xl_banner)}
     5<style type="text/css">
     6#{$BODY_ID}{literal} #theHeader { {/literal}
     7          background: url("{$ROOT_URL}themes/hr_os_xl/img/header_b.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 TracChangeset for help on using the changeset viewer.