]> git.vanrenterghem.biz Git - www.vanrenterghem.biz.git/blob - phpBB2_old/xs_mod/tpl/xs_header.tpl
Baseline
[www.vanrenterghem.biz.git] / phpBB2_old / xs_mod / tpl / xs_header.tpl
1 <!-- BEGIN xs_file_version -->
2 /***************************************************************************
3  *                              xs_header.tpl
4  *                              -------------
5  *   copyright            : (C) 2003, 2004 CyberAlien
6  *   support              : http://www.phpbbstyles.com
7  *
8  *   version              : 2.0.1
9  *
10  *   file revision        : 45
11  *   project revision     : 51
12  *   last modified        : 25 Aug 2004  11:51:48
13  *
14  ***************************************************************************/
15 <!-- END xs_file_version -->
17 <html>
18 <head>
19 <meta http-equiv="Content-Style-Type" content="text/css">
20 <link rel="stylesheet" href="{XS_PATH}style.css" type="text/css">
21 <style>
22 <!--
23 body { background-color: #E5E5E5; background-image: url('{XS_PATH}images/top_bg2.gif'); background-position: top left; background-repeat: repeat-x; margin-top: 5px; margin-bottom: 5px; margin-left: 2px; margin-right: 2px; }
24 -->
25 </style>
26 </head>
27 <body>
28 <table width="100%" height="100%" cellspacing="0" cellpadding="2" class="bodyline">
29 <tr>
30         <td align="left" valign="top" style="padding: 5px;">
31 <table width="100%" cellspacing="0" cellpadding="3" class="navbar">
32 <tr>
33         <td align="left" nowrap="nowrap">
34                 <!-- BEGIN nav_left -->
35                 {nav_left.ITEM}
36                 <!-- END nav_left -->
37         </td>
38         <td align="right" nowrap="nowrap">
39                 <!-- BEGIN nav_right -->
40                 {nav_right.ITEM}
41                 <!-- END nav_right -->
42         </td>
43 </tr>
44 </table>
45 <br />