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

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

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


Revision 1.2 - (show annotations) (download) (as text)
Sun Jan 4 10:23:28 2009 UTC (10 months, 2 weeks ago) by khalemi
Branch: MAIN
CVS Tags: DRUPAL-5--1-1, HEAD
Changes since 1.1: +1 -1 lines
File MIME type: text/x-php
fix right sidebar issue
1 <?php
2 // $Id: page.tpl.php,v 1.2 2008/09/15 06:39:33 khalemi Exp $
3 ?><!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
4 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="<?php print $language ?>" lang="<?php print $language ?>">
5
6 <head profile="http://gmpg.org/xfn/11">
7 <title><?php print $head_title ?></title>
8 <?php print $head ?>
9 <?php print $styles ?>
10 <?php print $scripts ?>
11 <!--[if lt IE 7]>
12 <style type="text/css" media="all">@import "<?php print base_path() . path_to_theme() ?>/fix-ie.css";</style>
13 <![endif]-->
14 <script type="text/javascript"><?php /* Needed to avoid Flash of Unstyle Content in IE */ ?> </script>
15 </head>
16
17 <body class="<?php print phptemplate_body_class($sidebar_right) ?>">
18 <div id="header-region" class="clear-block"><?php print $header ?></div>
19 <div id="wrapper"><!-- begin wrapper -->
20 <div id="container" class="clear-block"><!-- begin container -->
21 <div id="header"><!-- begin header -->
22 <?php if ($logo): ?><div id="logo"><a href="<?php print $base_path ?>" title="<?php print $site_name ?>"><img src="<?php print $logo ?>" alt="<?php print $site_name ?>" /></a></div><?php endif; ?>
23 <div id="slogan-floater"><!-- begin slogan-floater -->
24 <?php if ($site_name): ?><h1 class='site-name'><a href="<?php print $base_path ?>" title="<?php print $site_name ?>"><?php print $site_name ?></a></h1><?php endif; ?>
25 <?php if ($site_slogan): ?><div class='site-slogan'><?php print $site_slogan ?></div><?php endif; ?>
26 </div><!-- end slogan-floater -->
27 <?php if (isset($secondary_links)) { ?>
28 <div id="secondary-links"><!-- start secondary-links -->
29 <?php print theme('links', $secondary_links) ?>
30 </div><!-- end secondary-links -->
31 <?php } ?>
32 </div><!-- end header -->
33
34 <?php if (isset($primary_links)) { ?>
35 <div id="primary-links"><!-- start primary-links -->
36 <?php print phptemplate_get_primary_links() ?>
37 </div><!-- end primary-links -->
38 <?php } ?>
39
40
41
42 <div id="main"><div class="right-corner"><div class="left-corner">
43
44 <!-- begin main -->
45
46
47 <div id="center"><div id="squeeze"><!-- begin center -->
48
49
50 <?php if ($title): print '<h2 class="title'. ($tabs ? ' with-tabs' : '') .'">'. $title .'</h2>'; endif; ?>
51 <?php if ($tabs): print '<div class="tabs">'. $tabs .'</div>'; endif; ?>
52 <?php if ($messages): print $messages; endif; ?>
53 <?php print $help ?>
54 <div class="clear-block">
55 <?php print $content ?>
56 </div>
57
58 <div id="breadcrumb-search">
59 <?php if ($mission): print '<div id="mission">'. theme('mission') .'</div>'; endif; ?>
60 <?php print $breadcrumb ?>
61 <?php if ($search_box): ?><div class="block block-theme"><?php print $search_box ?></div><?php endif; ?>
62 </div>
63
64 </div></div><!-- end center -->
65 <?php if ($sidebar_right) { ?>
66 <div id="sidebar-right" class="sidebar"><!-- begin sidebar-right -->
67 <?php print $sidebar_right ?>
68 </div><!-- end sidebar-right -->
69 <?php } ?>
70 </div></div></div><!-- end main -->
71 <div id="footer"><!-- start footer -->
72 <?php print $footer_message ?><p>Theme by Hostwaves of Randuk Benua</p>
73 <!-- begin #287426 -->
74 <span style="display: none;">&nbsp;</span>
75 <!-- end #287426 -->
76 </div><!-- end footer -->
77 </div><!-- end wrapper -->
78 </div><!-- end container -->
79 <?php print $closure ?>
80 </body>
81 </html>

  ViewVC Help
Powered by ViewVC 1.1.2