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

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

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


Revision 1.2 - (show annotations) (download) (as text)
Tue Jun 5 02:51:48 2007 UTC (2 years, 5 months ago) by taherk
Branch: MAIN
CVS Tags: DRUPAL-5--1-1, HEAD
Changes since 1.1: +4 -2 lines
File MIME type: text/x-php
*** empty log message ***
1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
2 <html xmlns="http://www.w3.org/1999/xhtml" lang="<?php print $language ?>" xml:lang="<?php print $language ?>">
3
4 <head profile="http://gmpg.org/xfn/11">
5 <title><?php print $head_title ?></title>
6 <?php print $head ?>
7 <?php print $styles ?>
8 <?php print $scripts ?>
9 <script type="text/javascript"><?php /* Needed to avoid Flash of Unstyle Content in IE */ ?> </script>
10 </head>
11
12 <body>
13 <div id="page"><!-- begin page -->
14 <div id="header"><!-- begin header -->
15 <?php if (isset($secondary_links)) { ?><div id="secondary"><?php print theme('primary', $secondary_links) ?></div><?php } ?>
16 <?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 } ?>
17 <?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 } ?>
18 <?php if ($site_slogan) { ?><div class='site-slogan'><?php print $site_slogan ?></div><?php } ?>
19
20 <?php print $header ?>
21 </div><!-- end header -->
22 <?php if (isset($primary_links)) { ?><div id="primary"><?php print theme('primary', $primary_links) ?></div><?php } ?>
23 <?php print $breadcrumb ?>
24 <?php print $search_box ?>
25 <div id="content"><!-- begin content -->
26 <?php if ($sidebar_right) { ?><div id="main"><!-- begin main --><?php } ?>
27 <?php if ($mission) { ?>
28 <div id="mission">
29 <h2 class="title"><?php print t('Mission') ?></h2>
30 <div class="content"><?php print $mission ?></div>
31 </div>
32 <?php } ?>
33 <?php if ($title) { ?><h1 class="title"><?php print $title ?></h1><?php } ?>
34 <div class="tabs"><?php print $tabs ?></div>
35 <?php print $help ?>
36 <?php print $messages ?>
37 <?php print $content; ?>
38 <?php if ($sidebar_right) { ?></div><!-- end main --><?php } ?>
39 <?php if ($sidebar_right) { ?>
40 <div id="sidebar-right"><!-- begin sidebar-right -->
41 <?php print $sidebar_right ?>
42 </div><!-- end sidebar-right -->
43 <?php } ?>
44 </div><!-- end content -->
45 <div id="footer"><!-- start footer -->
46 <?php print $footer_message ?>
47 </div><!-- end footer -->
48 <div id="designer">Sponsored by: <a href="http://whiz.in"> Domain Name </a> &nbsp;&nbsp|&nbsp;&nbsp;<a href="http://itdiscover.com">IT Links </a> &nbsp;&nbsp|&nbsp;&nbsp; <a href="http://techjobs.co.in">Tech Jobs</a> &nbsp;&nbsp; Theme by: <a href="http://mydrupal.com">My Drupal</a>
49
50 </div><!-- end page -->
51 <?php print $closure ?>
52 </div>
53 </body>
54 </html>

  ViewVC Help
Powered by ViewVC 1.1.2