/[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.3 - (show annotations) (download) (as text)
Wed Aug 20 18:54:05 2008 UTC (15 months ago) by sakib000
Branch: MAIN
CVS Tags: DRUPAL-5--1-4, HEAD
Changes since 1.2: +2 -2 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 <!--[if lt IE 7]>
10 <style type="text/css" media="all">@import "<?php print base_path() . path_to_theme() ?>/fix-ie.css";</style>
11 <![endif]-->
12 </head>
13 <body <?php print phptemplate_body_class($sidebar_left, $sidebar_right); ?>>
14 <div id="container">
15 <div id="container2">
16
17 <div id="header">
18
19 <div id="blogdesc">
20 <?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 } ?>
21 <div id="texttitles">
22 <?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 } ?>
23 <?php if ($site_slogan) { ?><div class='site-slogan'><?php print $site_slogan ?></div><?php } ?>
24 </div></div>
25
26 <?php if ($header): ?>
27
28 <div id="header-content">
29 <?php print $header ?>
30 </div>
31 <?php endif; ?>
32
33 </div>
34
35 <div id="navigation">
36 <?php if (isset($primary_links)) { ?><?php print theme('links', $primary_links, array('class' =>'primary_nav1')) ?><?php } ?>
37 </div>
38 <?php if (isset($secondary_links)) { ?>
39 <div id="navigation2">
40 <?php print theme('links', $secondary_links, array('class' =>'links', 'id' => 'nav2links')) ?>
41 </div>
42 <?php } ?>
43
44 <div id="undernavigation">
45 </div>
46
47 <div id="wrap">
48 <?php if ($sidebar_left): ?>
49 <div id="leftside">
50 <?php print $sidebar_left ?>
51 </div>
52 <?php endif; ?>
53
54 <div id="contentmiddle">
55
56 <?php if ($content_top): ?>
57
58 <div id="content_top">
59 <?php print $content_top ?>
60 </div>
61
62 <?php endif; ?>
63
64 <?php if ($mission) { ?><div id="mission"><div class="inner"> <div id="missiontitle"><h3>Our Mission</h3></div><?php print $mission ?></div></div><?php } ?>
65
66
67
68 <?php if ($breadcrumb): print $breadcrumb; endif; ?>
69
70
71 <?php if ($tabs): print '<div id="tabs-wrapper" class="clear-block">'; endif; ?>
72 <div id="h2title"><?php if ($title): print '<h2'. ($tabs ? ' class="with-tabs"' : '') .'>'. $title .'</h2>'; endif; ?>
73 </div>
74 <?php if ($tabs): print $tabs .'</div>'; endif; ?>
75
76 <?php if (isset($tabs2)): print $tabs2; endif; ?>
77 <?php if ($help): print $help; endif; ?>
78 <?php if ($messages): print $messages; endif; ?>
79 <?php print $content ?>
80 </div>
81 <?php if ($sidebar_right): ?>
82 <div id="rightside">
83 <?php print $sidebar_right ?>
84 </div>
85 <?php endif; ?>
86
87
88 <br style="clear:left;" />
89 </div>
90 </div>
91 </div>
92 <div id="footer">
93 <?php print $footer_message ?><br />
94 <?php /*?> Please dont think that credit lines effects your website's reputation. This is the only reason that encourage me further development of themes. Please do not remove it. Ask support, customization and other professional drupal services to sakib.live (at) gmail.com.<?php */?>
95 <span class="credit">By <a href="http://drupal.org/">Drupal</a> | <a href="http://www.worthapost.com/">Drupal Themes</a></div>
96 <?php print $closure ?>
97 <!--Designer Worthapost-->
98 </body>
99 </html>

  ViewVC Help
Powered by ViewVC 1.1.2