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

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

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


Revision 1.3 - (show annotations) (download) (as text)
Wed Jul 2 15:54:38 2008 UTC (16 months, 3 weeks ago) by avioso
Branch: MAIN
CVS Tags: HEAD
Branch point for: DRUPAL-6--1
Changes since 1.2: +0 -0 lines
File MIME type: text/x-php
Adding Drupal 6 dev Area
1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/2002/REC-xhtml1-20020801/DTD/xhtml1-transitional.dtd">
2 <html xmlns="http://www.w3.org/1999/xhtml" lang="<?php print $language->language; ?>" xml:lang="<?php print $language->language; ?>">
3
4 <head>
5 <title><?php print $head_title; ?></title>
6 <?php print $head; ?>
7 <?php print $styles; ?>
8 <!--[if IE 7]>
9 <link rel="stylesheet" href="<?php print $base_path . $directory; ?>/ie7.css" type="text/css">
10 <![endif]-->
11 <!--[if lte IE 6]>
12 <link rel="stylesheet" href="<?php print $base_path . $directory; ?>/ie.css" type="text/css">
13 <![endif]-->
14 <?php print $scripts; ?>
15 </head>
16
17 <body class="<?php print $body_classes; echo " "; if ($primary_links) echo "primary-yes" ; else echo "primary-no" ?>">
18 <div id="page" class="<?php if ($secondary_links) echo "secondary-yes" ; else echo "secondary-no" ?>"><div id="page-inner">
19
20 <div id="header">
21
22
23 <div id="header-inner" class="clear-block">
24
25 <?php if ($search_box): ?>
26 <div id="search-box">
27 <?php print $search_box; ?>
28 </div> <!-- /#search-box -->
29 <?php endif; ?>
30
31 <?php if ($logo || $site_name || $site_slogan): ?>
32 <div id="logo-title"><div id="logo-title2"><div id="logo-title3">
33
34 <?php if ($logo): ?>
35 <div id="logo"><a href="<?php print $base_path; ?>" title="<?php print t('Home'); ?>" rel="home"><img src="<?php print $logo; ?>" alt="<?php print t('Home'); ?>" id="logo-image" /></a></div>
36 <?php endif; ?>
37
38 <?php if ($site_name): ?>
39 <h1 id="site-name">
40 <a href="<?php print $base_path; ?>" title="<?php print t('Home'); ?>" rel="home">
41 <strong><?php print $site_name; ?></strong>
42 </a>
43 </h1>
44 <?php endif; ?>
45
46 <?php if ($site_slogan): ?>
47 <div id='site-slogan'><?php print $site_slogan; ?></div>
48 <?php endif; ?>
49
50 </div></div></div> <!-- /#logo-title -->
51 <?php endif; ?>
52
53 </div></div> <!-- /#header-inner, /#header -->
54
55 <div id="main"><div id="main-inner" class="clear-block<?php if ($search_box || $primary_links || $secondary_links || $navbar) { print ' with-navbar'; } ?>">
56
57 <div id="content"><div id="content-inner"><div id="content-inner2">
58
59 <?php if ($mission): ?>
60 <div id="mission"><?php print $mission; ?></div>
61 <?php endif; ?>
62
63 <?php if ($content_top): ?>
64 <div id="content-top" class="region region-content_top">
65 <?php print $content_top; ?>
66 </div> <!-- /#content-top -->
67 <?php endif; ?>
68
69 <?php if ($breadcrumb or $title or $tabs or $help or $messages): ?>
70 <div id="content-header">
71 <?php print $breadcrumb; ?>
72 <?php if ($title): ?>
73 <h1 class="title"><?php print $title; ?></h1>
74 <?php endif; ?>
75 <?php print $messages; ?>
76 <?php if ($tabs): ?>
77 <div class="tabs"><?php print $tabs; ?></div>
78 <?php endif; ?>
79 <?php print $help; ?>
80 </div> <!-- /#content-header -->
81 <?php endif; ?>
82
83 <div id="content-area">
84 <?php print $content; ?>
85 </div>
86
87 <?php if ($feed_icons): ?>
88 <div class="feed-icons"><?php print $feed_icons; ?></div>
89 <?php endif; ?>
90
91 <?php if ($content_bottom): ?>
92 <div id="content-bottom" class="region region-content_bottom">
93 <?php print $content_bottom; ?>
94 </div> <!-- /#content-bottom -->
95 <?php endif; ?>
96
97 </div></div> <!-- /#content-inner, /#content -->
98
99 <div id="footer"><div id="footer-inner">
100 <div id="footer-message"><?php print $footer_message; ?>
101 <span class="clear"></span>
102 <a href="http://www.rockettheme.com/Templates/Free_Templates/Novus_-_Free_Joomla_Template/">Theme</a> <a href="http://www.avioso.com">port</a> sponsored by Duplika <a href="http://www.duplika.com">Web Hosting</a></div>
103
104 </div></div> <!-- /#footer-inner, /#footer -->
105
106 </div> <!-- /#content-inner2, /#content-inner, /#content -->
107
108
109 <a name="navigation" id="navigation"></a>
110
111 <?php if ($primary_links): ?>
112 <div id="primary"><div id="primary-inner">
113 <?php print theme('links', $primary_links); ?>
114 </div></div> <!-- /#primary -->
115 <?php endif; ?>
116
117 <?php if ($secondary_links): ?>
118 <div id="secondary"><div id="secondary-inner">
119 <?php print theme('links', $secondary_links); ?>
120 </div></div> <!-- /#secondary -->
121 <?php endif; ?>
122
123 <?php print $navbar; ?>
124
125
126 <?php if ($left): ?>
127 <div id="sidebar-left"><div id="sidebar-left-inner">
128 <?php print $left; ?>
129 </div></div> <!-- /#sidebar-left-inner, /#sidebar-left -->
130 <?php endif; ?>
131
132 <?php if ($right): ?>
133 <div id="sidebar-right"><div id="sidebar-right-inner">
134 <?php print $right; ?>
135 </div></div> <!-- /#sidebar-right-inner, /#sidebar-right -->
136 <?php endif; ?>
137
138
139 </div></div> <!-- /#main-inner, /#main -->
140
141
142 <?php if ($closure_region): ?>
143 <span class="clear"></span>
144 <div id="closure-blocks"><?php print $closure_region; ?></div>
145 <?php endif; ?>
146
147 <?php print $closure; ?>
148
149 </div></div> <!-- /#page-inner, /#page -->
150
151 </body>
152 </html>

  ViewVC Help
Powered by ViewVC 1.1.2