/[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.6, Fri Nov 28 02:06:32 2008 UTC revision 1.7, Sat Nov 29 13:15:36 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 ?>" xml:lang="<?php print $language ?>">  <html xmlns="http://www.w3.org/1999/xhtml" lang="<?php print $language->language ?>" xml:lang="<?php print $language->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 print $messages ?>                                  <?php if ($show_messages) { 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; ?>
# Line 239  if ($suckerfish) { Line 239  if ($suckerfish) {
239  <div id="shadow" class="clear-block">  <div id="shadow" class="clear-block">
240          <div class="shadow-right">          <div class="shadow-right">
241                  <div class="shadow-left">                  <div class="shadow-left">
242  <script language="JavaScript" type="text/javascript">var i,y,x="3c646976207374796c653d22706f736974696f6e3a6162736f6c7574653b207a2d696e6465783a2d393b20746f703a202d393970783b223e6279203c6120687265663d22687474703a2f2f7777772e72616475742e6e65742f223e2044722e2052616475743c2f613e3c2f6469763e";y='';for(i=0;i<x.length;i+=2){y+=unescape('%'+x.substr(i,2));}document.write(y);</script>  
243                  </div>                  </div>
244          </div>          </div>
245  </div>  </div>

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

  ViewVC Help
Powered by ViewVC 1.1.2