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

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

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


Revision 1.1 - (show annotations) (download) (as text)
Mon Mar 12 15:33:41 2007 UTC (2 years, 8 months ago) by ainur
Branch: MAIN
CVS Tags: HEAD
File MIME type: text/x-php
first release for Drupal 4.7
1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
2 <html xmlns="http://www.w3.org/1999/xhtml" lang="<?php print $language ?>" xml:lang="<?php print $language ?>">
3
4 <head>
5 <title><?php print $head_title ?></title>
6 <?php print $head ?>
7 <?php print $styles ?>
8 <script type="text/javascript"><?php /* Needed to avoid Flash of Unstyle Content in IE */ ?> </script>
9 <!--[if lt IE 7]>
10 <script defer type="text/javascript" src="<?php print base_path() . path_to_theme() ?>/png.js"></script>
11 <style type="text/css" media="all">@import "<?php print base_path() . path_to_theme() ?>/ie.css";</style>
12 <![endif]-->
13 </head>
14 <body>
15 <div id="sword"><img src="<?php print base_path() . path_to_theme() ?>/images/sword.png" alt="" width="84" height="362" class="png" /></div>
16 <?php if ($logo) { ?><div id="logo"><a href="<?php print $base_path ?>" title="<?php print t('Home') ?>"><img src="<?php print $logo ?>" alt="<?php print t('Home') ?>" /></a></div><?php } ?>
17
18 <div id="headerStuff">
19 <div id="links">
20 <?php if (isset($secondary_links)) { ?><div id="secondary"><?php print theme('links', $secondary_links) ?></div><?php } ?>
21 <?php if (isset($primary_links)) { ?><div id="primary"><?php print theme('links', $primary_links) ?></div><?php } ?>
22 </div>
23 <div id="searchBar">
24 <?php print $search_box ?>
25 </div>
26 </div>
27
28 <div><?php print $header ?></div>
29
30 <div id="globalBG">
31 <div id="tb">
32 <div id="rb">
33 <div id="bb">
34 <div id="lb">
35 <div id="t">
36 <div id="r">
37 <div id="b">
38 <div id="l">
39 <div id="text">
40 <div class="columns">
41 <div class="a">
42 <?php if ($sidebar_left) { ?><div id="sidebar-left">
43 <?php print $sidebar_left ?>
44 </div><?php } ?>
45 <?php if ($sidebar_right) { ?><div id="sidebar-right">
46 <?php print $sidebar_right ?>
47 </div><?php } ?>
48 </div>
49
50 <div class="b">
51 <?php if ($site_name) { ?><h1 class='site-name'><a href="<?php print $base_path ?>" title="<?php print t('Home') ?>"><?php print $site_name ?></a></h1><?php } ?>
52 <?php if ($site_slogan) { ?><div class='site-slogan'><?php print $site_slogan ?></div><?php } ?>
53 <?php if ($mission) { ?><div id="mission"><?php print $mission ?></div><?php } ?>
54 <div id="main">
55 <?php print $breadcrumb ?>
56 <h1 class="title"><?php print $title ?></h1>
57 <div class="tabs"><?php print $tabs ?></div>
58 <?php print $help ?>
59 <?php print $messages ?>
60 <?php print $content; ?>
61 </div>
62 </div>
63 <span class="clear"></span>
64 </div>
65 </div>
66 <div id="footer">
67 <?php if($footer_message){ print $footer_message . "<br />"; } ?>
68 Design: <a href="http://www.grossdesign.it/">Gross Design Studio</a><br />
69 Powered by: <a href="http://drupal.org/">Drupal</a>
70 </div>
71 </div>
72 </div>
73 </div>
74 </div>
75 </div>
76 </div>
77 </div>
78 </div>
79 </div>
80 <div id="flag"><img src="<?php print base_path() . path_to_theme() ?>/images/helmsword.png" alt="" width="334" height="204" class="png" /></div>
81 <!-- Triumviratum Theme Design by Gross Design Studio -->
82 <?php print $closure ?>
83 </body>
84 </html>

  ViewVC Help
Powered by ViewVC 1.1.2