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

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

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


Revision 1.2 - (show annotations) (download) (as text)
Mon Mar 2 19:09:21 2009 UTC (8 months, 3 weeks ago) by sakib000
Branch: MAIN
CVS Tags: DRUPAL-5--1-5, HEAD
Branch point for: DRUPAL-5
Changes since 1.1: +16 -19 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 <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
5 <title><?php print $head_title ?></title>
6 <?php print $head ?>
7 <?php print $styles ?>
8 <?php print $scripts ?>
9 </head>
10 <body <?php print phptemplate_body_class($sidebar_left, $sidebar_right); ?>>
11 <div id="container">
12 <div id="container2">
13
14 <div id="header">
15
16 <div id="blogdesc">
17 <?php if ($logo) { ?><div id="logocontainer"><a href="<?php print $base_path ?>" title="<?php print t('Home') ?>"><img src="<?php print $logo ?>" alt="<?php print t('Home') ?>" /></a></div><?php } ?>
18 <div id="texttitles">
19 <?php if ($site_name) { ?><h1 class='site-name'><a href="<?php print $base_path ?>" title="<?php print t('Home') ?>"><?php print $site_name ?></a></h1><?php } ?>
20 <?php if ($site_slogan) { ?><div class='site-slogan'><?php print $site_slogan ?></div><?php } ?>
21 </div></div>
22
23 <?php if ($header): ?>
24
25 <div id="header-content">
26 <?php print $header ?>
27 </div>
28 <?php endif; ?>
29
30 </div>
31
32 <div id="navigation">
33 <?php if (isset($primary_links)) { ?><?php print theme('links', $primary_links, array('class' =>'primary_nav1')) ?><?php } ?>
34 </div>
35 <?php if (isset($secondary_links)) { ?>
36 <div id="navigation2">
37 <?php print theme('links', $secondary_links, array('class' =>'links', 'id' => 'nav2links')) ?>
38 </div>
39 <?php } ?>
40
41 <div id="undernavigation">
42 </div>
43
44 <div id="wrap">
45 <?php if ($sidebar_left): ?>
46 <div id="leftside">
47 <?php print $sidebar_left ?>
48 </div>
49 <?php endif; ?>
50
51 <div id="contentmiddle">
52
53 <?php if ($content_top): ?>
54
55 <div id="content_top">
56 <?php print $content_top ?>
57 </div>
58
59 <?php endif; ?>
60
61 <?php if ($mission) { ?><div id="mission"><div class="inner"> <?php print $mission ?></div></div><?php } ?>
62
63
64
65 <?php if ($breadcrumb): print $breadcrumb; endif; ?>
66
67
68 <?php if ($tabs): print '<div id="tabs-wrapper" class="clear-block">'; endif; ?>
69 <div id="h2title"><?php if ($title): print '<h1'. ($tabs ? ' class="with-tabs"' : '') .'>'. $title .'</h1>'; endif; ?>
70 </div>
71 <?php if ($tabs): print $tabs .'</div>'; endif; ?>
72
73 <?php if (isset($tabs2)): print $tabs2; endif; ?>
74 <?php if ($help): print $help; endif; ?>
75 <?php if ($messages): print $messages; endif; ?>
76 <?php print $content ?>
77 </div>
78 <?php if ($sidebar_right): ?>
79 <div id="rightside">
80 <?php print $sidebar_right ?>
81 </div>
82 <?php endif; ?>
83
84
85 <br style="clear:both;" />
86 </div>
87 <br style="clear:both;" />
88 </div>
89 </div>
90 <div id="footer">
91 <?php print $footer_block ?><br />
92 <?php print $footer_message ?><br />
93 <?php /*?GPL license allow to remove these links BUT pease try keeping these credit links alive as this is the major reason to release free themes and develop them further.<?php */?>
94 <span class="credit">By <a href="http://drupal.org/">Drupal</a> | <a href="http://www.worthapost.com/">Quality Drupal Themes</a></span></div>
95 <?php print $closure ?>
96 <!--Designed by Worthapost-->
97 </body>
98 </html>

  ViewVC Help
Powered by ViewVC 1.1.2