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

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

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


Revision 1.3 - (show annotations) (download) (as text)
Thu Sep 4 16:06:42 2008 UTC (14 months, 3 weeks ago) by ainur
Branch: MAIN
CVS Tags: DRUPAL-6--1-0, HEAD
Changes since 1.2: +10 -13 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" lang="<?php print $language->language ?>" xml:lang="<?php print $language->language ?>" dir="<?php print $language->dir ?>">
3 <head>
4 <title><?php print $head_title ?></title>
5 <?php print $head ?>
6 <?php print $styles ?>
7 <?php print $scripts ?>
8 </head>
9 <body>
10 <div id="container">
11 <div id="line-top"></div>
12 <div id="body">
13 <div id="header">
14 <div class="columns">
15 <div class="a">
16 <?php if ($logo) { ?><a href="<?php print check_url($front_page) ?>" title="<?php print $site_title ?>"><img src="<?php print check_url($logo) ?>" alt="<?php print $site_title ?>" /></a><?php } ?>
17 </div>
18 <div class="b">
19 <div class="padding">
20 <?php if (isset($primary_links)) { ?>
21 <div id="primary-links"><?php print theme('links', $primary_links) ?></div>
22 <?php } ?>
23 <?php
24 if( arg(0) != 'search' ){
25 print $search_box;
26 }
27 ?>
28 </div>
29 </div>
30 <div class="clear"></div>
31 </div>
32 </div>
33 <div class="columns">
34 <div class="a">
35 <div class="padding">
36 <?php if ($left) { ?>
37 <div id="sidebar-left"> <?php print $left ?> </div>
38 <?php } ?>
39 </div>
40 </div>
41 <div class="b">
42 <div class="padding">
43 <?php if($header){ ?>
44 <div><?php print $header ?></div>
45 <?php } ?>
46 <?php if($mission){ ?>
47 <div id="mission"><?php print $mission ?></div>
48 <?php } ?>
49 <div id="main">
50 <?php print $breadcrumb ?>
51 <h1 class="title"><?php print $title ?></h1>
52 <?php if( $tabs ){ ?>
53 <div class="tabs"><?php print $tabs ?></div>
54 <?php } ?>
55 <?php print $help ?> <?php print $messages ?> <?php print $content; ?>
56 </div>
57 </div>
58 </div>
59 <div class="clear"></div>
60 </div>
61 <div id="footer">
62 <?php if (isset($secondary_links)) { ?>
63 <div id="secondary-links"><?php print theme('links', $secondary_links) ?></div>
64 <?php } ?>
65 <?php
66 if($footer_message){
67 print $footer_message . "<br />";
68 }
69 ?>
70 Realizzato da: <a title="Realizzazione siti Internet" href="http://www.grossdesign.it">Gross Design Studio</a>
71 </div>
72 <div id="line-bottom"></div>
73 </div>
74 <?php
75
76 print $closure;
77
78 ?>
79 <!-- Original www.SegnalaSito.eu Theme Design by Gross Design Studio -->
80 </body>
81 </html>

  ViewVC Help
Powered by ViewVC 1.1.2