Ignore:
Timestamp:
Jun 11, 2011, 4:33:07 AM (13 years ago)
Author:
tearran
Message:

Changed The menu to a horizontal placement in the header.tpl
added some css id's for the menu.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/PaysonsPlaces/template/header.tpl

    r11301 r11309  
    5353        {/foreach}
    5454{/if}
    55 
     55<link rel="stylesheet" type="text/css" href="../theme.css">
    5656</head>
    5757
    5858<body id="{$BODY_ID}">
    59 <div id="the_page">
    60 <table cellspacing="20" cellpadding="5">
    61                 <tr>
    62                   <td id="headercontainer">
     59<table id="fullheight" cellspacing="20" >
     60
     61                <tbody><tr>
     62                  <td id="banner">
     63         
    6364{if not empty($header_msgs)}
    6465<div class="header_msgs">
     
    7879</div>
    7980{/if}
    80                         </td>
     81<div><img src="themes/paysonsplaces/images/banner.png"></div>
     82{$MENUBAR}</td>
    8183                </tr>
    8284                <tr>
    83                         <td id="shadow">
     85                        <td id="main_box">
Note: See TracChangeset for help on using the changeset viewer.