Mercurial > defr > drupal > core
comparison themes/pushbutton/page.tpl.php @ 11:589fb7c02327 6.5
Drupal 6.5
author | Franck Deroche <webmaster@defr.org> |
---|---|
date | Tue, 23 Dec 2008 14:32:19 +0100 |
parents | c1f4ac30525a |
children |
comparison
equal
deleted
inserted
replaced
10:6f15c9d74937 | 11:589fb7c02327 |
---|---|
1 <?php | 1 <?php |
2 // $Id: page.tpl.php,v 1.25 2008/01/24 09:42:53 goba Exp $ | 2 // $Id: page.tpl.php,v 1.25.2.1 2008/09/29 13:32:15 goba Exp $ |
3 ?><!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> | 3 ?><!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> |
4 <html xmlns="http://www.w3.org/1999/xhtml" lang="<?php print $language->language ?>" xml:lang="<?php print $language->language ?>" dir="<?php print $language->dir ?>"> | 4 <html xmlns="http://www.w3.org/1999/xhtml" lang="<?php print $language->language ?>" xml:lang="<?php print $language->language ?>" dir="<?php print $language->dir ?>"> |
5 <head> | 5 <head> |
6 <title><?php print $head_title ?></title> | 6 <title><?php print $head_title ?></title> |
7 <meta http-equiv="Content-Style-Type" content="text/css" /> | 7 <meta http-equiv="Content-Style-Type" content="text/css" /> |
8 <?php print $head ?> | 8 <?php print $head ?> |
9 <?php print $styles ?> | 9 <?php print $styles ?> |
10 <?php print $scripts ?> | 10 <?php print $scripts ?> |
11 </head> | 11 </head> |
12 | 12 |
13 <body bgcolor="#ffffff"> | 13 <body> |
14 | 14 |
15 <div class="hide"><a href="#content" title="<?php print t('Skip navigation') ?>." accesskey="2"><?php print t('Skip navigation') ?></a>.</div> | 15 <div class="hide"><a href="#content" title="<?php print t('Skip navigation') ?>." accesskey="2"><?php print t('Skip navigation') ?></a>.</div> |
16 | 16 |
17 <table id="primary-menu" summary="Navigation elements." border="0" cellpadding="0" cellspacing="0" width="100%"> | 17 <table id="primary-menu" summary="Navigation elements." border="0" cellpadding="0" cellspacing="0" width="100%"> |
18 <tr> | 18 <tr> |
110 </tr> | 110 </tr> |
111 </table> | 111 </table> |
112 | 112 |
113 <?php if ($footer_message || $footer) : ?> | 113 <?php if ($footer_message || $footer) : ?> |
114 <div id="footer-message"> | 114 <div id="footer-message"> |
115 <p><?php print $footer_message . $footer;?></p> | 115 <?php print $footer_message . $footer;?> |
116 </div> | 116 </div> |
117 <?php endif; ?> | 117 <?php endif; ?> |
118 <?php print $closure;?> | 118 <?php print $closure;?> |
119 </body> | 119 </body> |
120 </html> | 120 </html> |