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

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

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


Revision 1.9 - (show annotations) (download) (as text)
Tue Oct 28 03:43:56 2008 UTC (12 months, 4 weeks ago) by plutado
Branch: MAIN
CVS Tags: DRUPAL-6--1-5, HEAD
Branch point for: DRUPAL-6--1
Changes since 1.8: +23 -24 lines
File MIME type: text/x-php
*** empty log message ***
1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
2 <html xmlns="http://www.w3.org/1999/xhtml">
3 <head>
4 <title><?php print $head_title ?></title>
5 <?php print $head ?>
6 <?php print $styles ?>
7 <?php print $scripts ?>
8 <!--[if IE 7]>
9 <link rel="stylesheet" href="<?php print $base_path . $directory; ?>/css/ie7.css" type="text/css">
10 <![endif]-->
11 <!--[if IE 6]>
12 <link rel="stylesheet" href="<?php print $base_path . $directory; ?>/css/ie6.css" type="text/css">
13 <script defer type="text/javascript" src="<?php print $base_path . $directory; ?>/js/pngfix.js"></script>
14 <![endif]-->
15 </head>
16 <body>
17 <!-- leaderboard -->
18 <?php if ($leaderboard): ?>
19 <div id="leaderboard">
20 <?php print $leaderboard; ?>
21 </div>
22 <?php endif; ?>
23 <!-- end leaderboard -->
24 <!-- header -->
25 <div id="header">
26 <?php print $header; ?>
27 </div>
28 <!-- end header -->
29 <!-- custom login links -->
30 <div id="custom-login">
31 <?php if ($user->uid) : ?>
32 <span class="login_text">Welcome, </span><strong><?php print l($user->name,'user/'.$user->uid); ?> |
33 <?php print l("logout","logout"); ?> </strong>
34 <?php else : ?>
35 <strong><?php print l("Login","user/login"); ?> / <?php print l("Create an Account","user/register"); ?></strong>
36 <?php endif; ?>
37 </div>
38 <div id="page-wrapper">
39 <!-- header-wrapper -->
40 <div id="header-wrapper">
41 <!-- logo-name -->
42 <div id="logo-name">
43 <!-- site logo -->
44 <div id="site-logo">
45 <?php if ($logo): ?>
46 <a href="<?php print $base_path; ?>" title="<?php print t('return to the home page'); ?>">
47 <img src="<?php print $logo; ?>" alt="<?php print t('return to the home page'); ?>"/>
48 </a>
49 <?php endif; ?>
50 </div>
51 <!-- end site-logo -->
52 <!-- site name -->
53 <div id="site-name-slogan">
54 <div id="site-name">
55 <h1><a href="<?php print $base_path; ?>" title="<?php print t('Home'); ?>"/><?php print $site_name; ?></a></h1>
56 </div>
57 <!-- site slogan -->
58 <div id="site-slogan">
59 <?php print $site_slogan; ?>
60 </div>
61 </div>
62 <!-- end site name -->
63 </div>
64 <!-- end logo-name -->
65 <!-- theme search box -->
66 <div id="search-box">
67 <?php print $search_box; ?>
68 </div>
69 <!-- end theme search box -->
70 </div>
71 <!-- end header-wrapper -->
72 <!-- main wrapper -->
73 <!-- primary links -->
74 <div id="primary">
75 <?php if (isset($primary_links)) { ?>
76 <div id="nav">
77 <?php print menu_tree('primary-links'); ?>
78 </div>
79 <?php } ?>
80 </div>
81 <!-- end primary links -->
82
83 <div id="main-wrapper-top"></div>
84 <div id="main-wrapper">
85 <?php if($ad_position_a && $top_data) : ?>
86 <div id="banner-top">
87 <div id="top-blocks">
88 <?php print $top_data; ?>
89 </div>
90 <div id="ad-position-a">
91 <?php print $ad_position_a; ?>
92 </div>
93 <br class="clear" />
94 </div>
95 <?php endif; ?>
96
97 <!-- tabs and secondary links -->
98 <div class="tabs">
99 <div class="secondary">
100 <?php print theme('links', $secondary_links); ?>
101 </div>
102 <?php if ($tabs): ?>
103 <?php print $tabs; ?>
104 <?php endif; ?>
105 </div>
106 <!-- end tabs -->
107 <!-- breadcrumbs -->
108 <?php if ($breadcrumb): ?>
109 <div id="breadcrumbs">
110 <?php print $breadcrumb; ?>
111 <div class="delimit"><?php print '<div class="delimit-1">ยป</div>' ?></div>
112 <div class="bread-title"><?php print $title; ?></div>
113 </div><!-- end breadcrumb -->
114 <?php endif; ?>
115 <!-- messages -->
116 <?php if ($messages): ?>
117 <div id="help-messages">
118 <div id="messages">
119 <?php print $messages; ?>
120 </div>
121 </div>
122 <?php endif; ?>
123 <!-- end messages -->
124 <!-- section top -->
125 <div id="section-top">
126 <?php if ($section_top): ?>
127 <?php print $section_top; ?>
128 <?php endif; ?><!-- endif $section_top -->
129 </div>
130 <!-- end section top -->
131 <?php if ($left): ?>
132 <div id="sidebar-left-region">
133 <?php print $left; ?>
134 </div>
135 <?php endif; ?>
136 <!-- end sidebar-left-region -->
137 <!-- sidebar right -->
138 <?php if ($right): ?>
139 <div id="sidebar-right-region">
140 <?php print $right ?>
141 </div>
142 <?php endif; ?>
143 <!-- end sidebar right -->
144 <!-- content -->
145 <div id="content-region-<?php print $layout ?>">
146 <!-- content top -->
147 <?php if ($content_top): ?>
148 <div id="content-top">
149 <?php print $content_top; ?>
150 </div>
151 <?php endif; ?>
152 <!-- end content-top -->
153 <!-- help -->
154 <?php if ($help): ?>
155 <div id="help">
156 <?php print $help; ?>
157 </div>
158 <?php endif; ?>
159 <!-- end help -->
160 <!-- site mission -->
161 <?php if ($mission): ?>
162 <div id="site-mission">
163 <?php print $mission; ?>
164 </div>
165 <?php endif; ?>
166 <!-- end site mission -->
167 <!-- title -->
168 <h2 class="content-title"><?php print $title; ?></h2>
169 <!-- node content -->
170 <div class="node-content"><?php print $content; ?></div>
171 <!-- content bottom -->
172 <?php if ($content_bottom): ?>
173 <div id="content-bottom">
174 <?php print $content_bottom; ?>
175 </div>
176 <?php endif; ?>
177 <!-- end content-bottom -->
178 </div>
179 <!-- end content -->
180 <!-- section bottom -->
181 <div id="section-bottom">
182 <?php if ($section_bottom): ?>
183 <?php print $section_bottom; ?>
184 <?php endif; ?><!-- endif $section_bottom -->
185 </div>
186 <!-- end section bottom -->
187 <div class="clear"></div>
188 </div>
189 <!-- end main-wrapper -->
190 <div id="main-wrapper-bottom"></div>
191 <!-- footer-region -->
192 <div id="footer-region">
193 <!-- feed icons -->
194 <div id="feed-icons">
195 <?php print $feed_icons; ?>
196 </div>
197 <!-- end feed icons -->
198 <!-- credits -->
199 <div id="credits">
200 <div class="credit-text">Designed by <a href="http://www.davidfugate.com">David Plutado Fugate</a></div>
201 </div>
202 <!-- end credits -->
203 <!-- footer text -->
204 <div id="footer-text">
205 <?php print $footer_message; ?>
206 </div>
207 <!-- end footer-text -->
208 </div>
209 <!-- end footer-region -->
210 <!-- footer ad -->
211 <?php if ($footer_ad): ?>
212 <div id="footer-ad">
213 <?php print $footer_ad; ?>
214 </div>
215 <?php endif; ?>
216 </div>
217 <!-- end page-wrapper -->
218 <?php print $closure ?>
219 </body>
220 </html>

  ViewVC Help
Powered by ViewVC 1.1.2