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

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

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


Revision 1.5 - (show annotations) (download) (as text)
Thu Nov 13 08:58:08 2008 UTC (12 months, 1 week ago) by evakoss
Branch: MAIN
CVS Tags: HEAD
Changes since 1.4: +4 -4 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->language ?>" xml:lang="<?php print $language->language ?>" dir="<?php print $language->dir ?>">
3
4 <head>
5
6 <title><?php print $head_title ?></title>
7 <?php print $head ?>
8 <?php print $styles ?>
9 <?php print $scripts ?>
10 <script type="text/javascript"><?php /* Needed to avoid Flash of Unstyle Content in IE */ ?> </script>
11 </head>
12
13 <body>
14
15 <!-- Main Container Starts Here -->
16 <div class="main-container">
17 <div class="container">
18 <div class="header">
19 <div class="logo">
20 <?php if ($logo) { ?><a href="<?php print $base_path ?>" title="<?php print t('Home') ?>"><img src="<?php print $logo ?>" alt="<?php print t('Home') ?>" /></a><?php } ?>
21 </div>
22 <div class="slogan">
23 <?php if ($site_slogan) { ?><?php print $site_slogan ?><?php } ?>
24 </div>
25 <div class="search-box">
26 <?php if ($search_box) { ?><?php print $search_box ?><?php } ?>
27 </div>
28 </div>
29 <div class="leftbar">
30 <?php if (isset($secondary_links)) { ?>
31 <?php print theme('links', $secondary_links, array('class' =>'links', 'id' => 'subnavlist')) ?>
32 <?php } ?>
33 <?php if (isset($primary_links)) { ?>
34 <?php print theme('links', $primary_links, array('class' =>'links', 'id' => 'navlist')) ?>
35 <?php } ?>
36 <?php print $left; ?>
37 </div>
38 <div class="right-area">
39 <div class="top-image">
40 <div class="site-name">
41 <?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 } ?>
42 </div>
43 </div>
44 <div class="content-area">
45
46 <?php if ($mission) { ?><div id="mission"><?php print $mission ?></div><?php } ?>
47 <div id="main">
48 <?php print $breadcrumb ?>
49 <h1 class="title"><?php print $title ?></h1>
50 <div class="tabs"><?php print $tabs ?></div>
51 <?php print $help ?>
52 <?php print $messages ?>
53 <?php print $content; ?>
54 <?php print $feed_icons; ?>
55 </div>
56 </div>
57 </div>
58 </div>
59 </div>
60 <!-- Mian Container Ends Here -->
61 <div class="footer">
62 <div class="footer-info">
63 <?php print $footer_message ?>
64 Powered by Drupal, Design and Developed by <a href="http://www.cmswebsiteservices.com">CMS Website Services</a>, LLC
65 </div>
66 </div>
67 <?php print $closure ?>
68 </body>
69 </html>

  ViewVC Help
Powered by ViewVC 1.1.2