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

Contents of /contributions/themes/candy_corn_rtl/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 Jan 16 01:17:33 2007 UTC (2 years, 10 months ago) by alaa
Branch: MAIN
CVS Tags: DRUPAL-4-7--1-0, HEAD
Branch point for: DRUPAL-4-7
File MIME type: text/x-php
initial commit of RTL theme ports
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>
5 <title><?php print $head_title ?></title>
6 <?php print $head ?>
7 <?php print $styles ?>
8 <script type="text/javascript"><?php /* Needed to avoid Flash of Unstyle Content in IE */ ?> </script>
9 </head>
10
11 <body>
12
13 <div id="banner">
14 <div class="top_links clearfix" id="topnav">
15 <?php if (count($secondary_links)) : ?>
16 <ul id="secondary">
17 <?php foreach ($secondary_links as $link): ?>
18 <li>&nbsp;<?php print $link?>&nbsp;</li>
19 <?php endforeach; ?>
20 </ul>
21 <?php endif; ?>
22 </div>
23 <?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 } ?>
24 <div class="page_title"><?php if ($site_name) { ?><a id="page_title" href="<?php print $base_path ?>" title="<?php print t('Home') ?>"><?php print $site_name ?></a><?php } ?><br />
25 <?php if ($site_slogan) { ?><?php print $site_slogan ?><?php } ?></div>
26 </div>
27
28
29
30 <?php if ($sidebar_right) { ?>
31 <div class="rightcontent">
32 <img alt="bg image" src="<?php echo base_path().drupal_get_path('theme', 'candy_corn_rtl'); ?>/images/right_bg_top.gif" />
33 <?php if (count($primary_links)) : ?>
34 <ul id="primary">
35 <?php foreach ($primary_links as $link): ?>
36 <li><?php print $link?></li>
37 <?php endforeach; ?>
38 </ul>
39 <?php endif; ?>
40
41 <div class="right_news">
42 <p>&nbsp;</p>
43 <?php print $sidebar_right ?>
44 </div>
45 </div>
46 <?php } ?>
47
48 <div id="centercontent">
49 <div><?php print $header ?></div>
50 <div class="pumpkin"></div><div id="news_title_blk"><?php print $title ?></div>
51 <div class="tabs"><?php print $tabs ?></div>
52 <?php if ($mission != ""): ?>
53 <div id="mission"><?php print $mission ?></div>
54 <?php endif; ?>
55
56 <?php print $help ?>
57 <?php print $messages ?>
58 <?php print $content; ?>
59 <br />
60 </div>
61
62 <?php if ($sidebar_left) { ?>
63 <div id="leftcontent">
64 <div class="left_news">
65 <?php print $search_box ?>
66 <br />
67 <?php print $sidebar_left ?>
68 </div>
69 </div>
70 <?php } ?>
71
72 <div id="footer">
73 <p><?php print $footer_message ?></p>
74 </div>
75 <?php print $closure ?>
76 </body>
77 </html>

  ViewVC Help
Powered by ViewVC 1.1.2