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

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

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


Revision 1.1 - (show annotations) (download) (as text)
Tue Aug 12 20:32:34 2008 UTC (15 months, 2 weeks ago) by doncoryon
Branch: MAIN
CVS Tags: DRUPAL-6--2-0, DRUPAL-6--1-0, DRUPAL-6--1-1, HEAD
Branch point for: DRUPAL-6--1, DRUPAL-6--2
File MIME type: text/x-php
Intial release
1 <?php
2 // $Id$
3 ?>
4 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
5 <html xmlns="http://www.w3.org/1999/xhtml" lang="<?php print $language->language ?>" xml:lang="<?php print $language->language ?>" dir="<?php print $language->dir ?>">
6
7 <head>
8 <title><?php print $head_title ?></title>
9 <?php print $head ?>
10 <?php print $styles ?>
11 <?php print $scripts ?>
12 <script type="text/javascript"><?php /* Needed to avoid Flash of Unstyle Content in IE */ ?> </script>
13 </head>
14
15 <body>
16
17 <div id="container">
18
19 <div id="header">
20
21 <div id="header_left">
22 <?php if ($site_name) { ?><h1><a href="<?php print $front_page ?>" title="<?php print t('Home') ?>"><?php print $site_name ?></a></h1><?php } ?>
23 <?php if ($site_slogan) { ?><h2><?php print $site_slogan ?></h2><?php } ?>
24 </div>
25
26 <div id="header_right">
27 <?php if ($login_box) { ?> <?php print $login_box ?> <?php } ?>
28 </div>
29
30 </div>
31
32 <div id="left">
33
34 <?php if ($left) { ?> <?php print $left ?> <?php } ?>
35
36 </div>
37
38 <div id="right">
39
40 <?php if ($mission) { ?><div id="mission"><?php print $mission ?></div><?php } ?>
41 <?php print $breadcrumb ?>
42 <h1 class="node-title"><?php print $title ?></h1>
43 <div class="tabs"><?php print $tabs ?></div>
44 <?php if ($show_messages) { print $messages; } ?>
45 <?php print $help ?>
46 <?php print $content; ?>
47 <?php print $feed_icons; ?>
48
49 </div>
50
51 <div id="footer">
52 <div class="footer_message"><?php if ($footer_message) { ?> <?php print $footer_message ?> <?php } ?></div>
53 <div class="footer_coded">Created by: <a href="http://www.csstemplateheaven.com">Dieter Schneider 2007</a> | Ported by: <a href="http://goodwinsolutions.com">Goodwin Web Solutions</a></div>
54 </div>
55
56 </div>
57
58 </body>
59 </html>

  ViewVC Help
Powered by ViewVC 1.1.2