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

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

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

revision 1.17 by jrglasgow, Tue May 12 15:38:50 2009 UTC revision 1.18 by jrglasgow, Tue May 12 15:39:23 2009 UTC
# Line 1  Line 1 
1  <?php  <?php
2  // $Id: page.tpl.php,v 1.16 2009/05/12 15:36:12 jrglasgow Exp $;  // $Id: page.tpl.php,v 1.17 2009/05/12 15:38:50 jrglasgow Exp $;
3  ?>  ?>
4  <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">  <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
5  <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->language; ?>" xml:lang="<?php print $language->language; ?>">
# Line 322  Line 322 
322                <?php endif; ?>                <?php endif; ?>
323                <h1 class="title"><?php print $title; ?></h1>                <h1 class="title"><?php print $title; ?></h1>
324                <div class="tabs"><?php print $tabs; ?></div>                <div class="tabs"><?php print $tabs; ?></div>
325                <?php print $help ?>                <?php print $help; ?>
326                <?php if ($show_messages) { print $messages; } ?>                <?php if ($show_messages) { print $messages; } ?>
327                <?php print $content; ?>                <?php print $content; ?>
328                <?php print $feed_icons; ?>                <?php print $feed_icons; ?>

Legend:
Removed from v.1.17  
changed lines
  Added in v.1.18

  ViewVC Help
Powered by ViewVC 1.1.3