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

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

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


Revision 1.1 - (show annotations) (download) (as text)
Fri Jan 2 13:35:25 2009 UTC (10 months, 3 weeks ago) by ktleow
Branch: MAIN
CVS Tags: DRUPAL-6--1-0-BETA1, HEAD
File MIME type: text/x-php
*** empty log message ***
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" xml:lang="<?php print $language->language ?>" lang="<?php print $language->language ?>" dir="<?php print $language->dir ?>">
3
4 <head>
5 <title><?php print $head_title; ?></title>
6 <?php print $head; ?>
7 <?php print $styles; ?>
8 <!--[if lte IE 6]>
9 <style type="text/css">body { behavior: url(<?php print $base_path ?><?php print path_to_theme() ?>/whateverhover.htc); }</style>
10 <![endif]-->
11 <?php print $scripts; ?>
12 <script type="text/javascript"><?php /* Needed to avoid Flash of Unstyled Content in IE */ ?></script>
13 </head>
14 <body<?php print phptemplate_body_class($left, $right); ?>>
15 <div id="page">
16 <div id="header">
17 <?php if (!empty($site_name)): ?>
18 <div id="site-name">
19 <h1><a href="<?php print $front_page ?>" title="<?php print t('Home'); ?>" rel="home"><span><?php print $site_name; ?></span></a></h1>
20 </div> <!-- /#site-name -->
21 <?php endif; ?>
22
23 <?php if (!empty($header)): ?>
24 <div id="header-region">
25 <?php print $header; ?>
26 </div> <!-- /#header-region -->
27 <?php endif; ?>
28 </div> <!-- /#header -->
29
30 <div id="primary" class="clear-block">
31 <?php print theme('links', $primary_links, array('class' => 'links primary-links')); ?>
32 </div>
33
34 <div id="main-and-sidebars" class="clear-block">
35 <div id="main" class="main-tl">
36 <div class="main-tr">
37 <div class="main-br">
38 <div class="main-bl">
39 <?php if (!empty($breadcrumb)): ?><div id="breadcrumb"><?php print $breadcrumb; ?></div><?php endif; ?>
40 <?php if (!empty($title)): ?><h1 class="title" id="page-title"><?php print $title; ?></h1><?php endif; ?>
41 <?php if (!empty($tabs)): ?><div class="tabs"><?php print $tabs; ?></div><?php endif; ?>
42 <?php if (!empty($messages) || !empty($help)): ?><div class="clear-block">
43 <?php if (!empty($messages)): print $messages; endif; ?>
44 <?php if (!empty($help)): print $help; endif; ?>
45 </div><?php endif; ?>
46 <div id="content" class="clear-block">
47 <?php print $content; ?>
48 </div> <!-- /#content -->
49 <?php print $feed_icons; ?>
50 </div> <!-- /.main-bl -->
51 </div> <!-- /.main-br -->
52 </div> <!-- /.main-tr -->
53 </div> <!-- /#main.tl -->
54
55 <div id="sidebars">
56 <div id="sidebar-left">
57 <?php print $left; ?>
58 </div> <!-- /#sidebar-left -->
59
60 <div id="sidebar-right">
61 <?php print $right; ?>
62 </div> <!-- /#sidebar-right -->
63 </div> <!-- /#sidebars -->
64 </div> <!-- /#main-and-sidebars -->
65
66 <div id="footer" class="clear-block">
67 <a href="http://smashingmagazine.com/" id="i-love-sm"><img src="<?php print $base_path ?><?php print path_to_theme() ?>/images/i-love-sm.png" title="<?php print t('I love') . ' Smashing Magazine.'; ?>" /></a>
68 <?php print $footer_message; ?>
69 <div id="theme-credits"><?php print '<a href="http://drupal.org/project/fervens" title="' . t('Download') . ' Fervens Drupal ' . t('theme') . '.">Fervens</a> Drupal ' . t('theme by') . ' ' . '<a href="http://kahthong.com/" title="' . t('Visit') . ' Leow Kah Thong\'s website.">Leow Kah Thong</a>. ' . 'Designed by' . ' ' . '<a href="http://designdisease.com/" title="' . t('Visit') . ' Design Disease.">Design Disease</a> ' . t('and brought to you by') . ' <a href="http://smashingmagazine.com/" title="' . t('Visit') . ' Smashing Magazine.">Smashing Magazine</a>.'; ?></div> <!-- /#theme-credits -->
70 </div> <!-- /#footer -->
71 </div> <!-- /#page -->
72
73 <?php print $closure; ?>
74 </body>
75 </html>

  ViewVC Help
Powered by ViewVC 1.1.2