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

Diff of /contributions/themes/salamanderskins/page.tpl.php

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

revision 1.5, Fri Nov 28 01:47:12 2008 UTC revision 1.6, Fri Nov 28 02:06:32 2008 UTC
# Line 1  Line 1 
1  <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">  <!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 ?>">  <html xmlns="http://www.w3.org/1999/xhtml" lang="<?php print $language ?>" xml:lang="<?php print $language ?>">
3    
4  <head>  <head>
5  <title><?php print $head_title ?></title>  <title><?php print $head_title ?></title>
# Line 148  if ($suckerfish) { Line 148  if ($suckerfish) {
148                                  <h1 class="title"><?php print $title ?></h1>                                  <h1 class="title"><?php print $title ?></h1>
149                                  <div class="tabs"><?php print $tabs ?></div>                                  <div class="tabs"><?php print $tabs ?></div>
150                                  <?php print $help ?>                                  <?php print $help ?>
151                                  <?php if ($show_messages) { print $messages; } ?>                                  <?php print $messages ?>
152                                  <?php print $content; ?>                                  <?php print $content; ?>
153                                  <?php print $feed_icons; ?>                                  <?php print $feed_icons; ?>
154                                  <?php if ($content_bottom): ?><div id="content-bottom"><?php print $content_bottom; ?></div><?php endif; ?>                                  <?php if ($content_bottom): ?><div id="content-bottom"><?php print $content_bottom; ?></div><?php endif; ?>

Legend:
Removed from v.1.5  
changed lines
  Added in v.1.6

  ViewVC Help
Powered by ViewVC 1.1.2