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

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

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


Revision 1.1 - (show annotations) (download) (as text)
Tue Apr 15 18:31:16 2008 UTC (19 months, 1 week ago) by dm66
Branch: MAIN
CVS Tags: DRUPAL-6--1-0, HEAD
Branch point for: DRUPAL-6--1
File MIME type: text/x-php
Add to CVS
1 <?php
2 // $Id$
3 ?>
4 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
5 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
6 <html xmlns="http://www.w3.org/1999/xhtml" lang="<?php print $language->language ?>" xml:lang="<?php print $language->language ?>">
7 <head>
8 <title><?php print $head_title ?></title>
9 <?php print $head ?>
10 <?php print $styles ?>
11 <!--[if IE]>
12 <link type="text/css" rel="stylesheet" href="/<?php print $directory; ?>/fix-ie.css" />
13 <![endif]-->
14 </head>
15 <body>
16 <div id="container">
17 <div id="header">
18 <div id="logoWrapper">
19 <?php if ($logo) { ?>
20 <div id="logo">
21 <a href="<?php print $base_path ?>" title="<?php print t('Home') ?>"><img src="<?php print $logo ?>" alt="<?php print t('Home') ?>" /></a>
22 </div><?php } ?>
23 <?php if ($site_name) { ?>
24 <div id="siteName">
25 <a href="<?php print $base_path ?>" title="<?php print t('Home') ?>"><?php print $site_name ?></a>
26 </div><?php } ?>
27 <?php if ($site_slogan) { ?>
28 <div id="siteSlogan">
29 <?php print $site_slogan ?>
30 </div><?php } ?>
31 </div>
32 <div id="nav">
33 <?php if (isset($primary_links)) : ?>
34 <?php print theme('links', $primary_links) ?>
35 <?php endif; ?>
36 </div>
37 </div>
38 <div id="content">
39 <?php if ($mission) { ?><div class="mission"><?php print $mission ?></div><?php } ?>
40 <?php print $breadcrumb ?>
41 <h1><?php print $title; ?></h1>
42 <?php if (!empty($tabs)): ?>
43 <div class="tabs"><?php print $tabs; ?></div>
44 <?php endif; ?>
45 <?php print $help; ?>
46 <?php print $messages; ?>
47 <?php print $content_top; ?>
48 <?php print $content; ?>
49 <?php print $content_bottom; ?>
50 <?php print $feed_icons; ?>
51 </div>
52 <div id="sidebar">
53 <?php print $search_box; ?>
54 <?php print $sidebar; ?>
55 </div>
56 </div>
57 <div id="footer">
58 <div class="content">
59 <?php print $footer_message; ?>
60 <?php print $footer; ?>
61 <a style="float:right; font-size:10px" href="http://hturkey.ru">Недвижимость Турции</a>
62 </div>
63 </div>
64 </body>
65 <?php print $scripts ?>
66 </html>

  ViewVC Help
Powered by ViewVC 1.1.2