/[drupal]/contributions/themes/andreas05/page.tpl.php
ViewVC logotype

Contents of /contributions/themes/andreas05/page.tpl.php

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Revision 1.4 - (show annotations) (download) (as text)
Sun Jun 11 01:41:44 2006 UTC (3 years, 5 months ago) by taniwha
Branch: MAIN
CVS Tags: HEAD
Changes since 1.3: +1 -1 lines
File MIME type: text/x-php
added $base_path  to css file path
1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
2 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
3 <head>
4 <meta http-equiv="content-type" content="text/html; charset=ISO-8859-1" />
5 <meta name="author" content="Original design: Andreas Viklund - http://andreasviklund.com/" />
6 <?php #echo $styles; ?>
7 <?php echo $head; ?>
8 <link rel="stylesheet" type="text/css" href="/<?php echo $base_path . $directory; ?>/andreas05-alternate.css" />
9 <title><?php echo $head_title; ?></title>
10 <?php echo $head; ?>
11 </head>
12
13 <body <?php echo $onload_attributes; ?>>
14 <div id="title"><h1><?php echo $site_name;?></h1></div>
15 <div id="container">
16 <div id="sidebar">
17 <?php echo $help;?>
18 <?php echo $messages; ?>
19 <?php echo $sidebar_left; ?>
20 <?php echo $sidebar_right; ?>
21
22 </div>
23
24 <div id="main">
25 <?php echo $header; ?>
26 <?php echo $tabs; ?>
27 <?php echo $breadcrumb; ?>
28 <?php echo $content; ?>
29 <p class="credits">Design by <a href="http://andreasviklund.com">Andreas Viklund</a></p>
30 </div>
31
32 <div id="footer"><?php echo $footer; ?></div>
33 </div>
34 </body>
35 </html>

  ViewVC Help
Powered by ViewVC 1.1.2