/[drupal]/contributions/themes/mobi/node.tpl.php
ViewVC logotype

Diff of /contributions/themes/mobi/node.tpl.php

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

revision 1.1 by deekayen, Mon Apr 16 21:40:08 2007 UTC revision 1.2 by deekayen, Fri Jun 12 21:53:29 2009 UTC
# Line 1  Line 1 
1  <?php if ($page == 0): ?>  <?php if ($page == 0): ?>
2      <h2><a href="<?php print $node_url ?>" title="<?php print $title ?>"><?php print $title ?></a></h2>      <h1><a href="<?php print $node_url ?>" title="<?php print $title ?>"><?php print $title ?></a></h1>
3  <?php endif; ?>  <?php endif; ?>
4    <?php print $content ?>    <?php print $content ?>
5    <?php print $submitted ?>    <p><?php print $submitted ?></p>
   </div>  
6  <?php if ($links): ?>  <?php if ($links): ?>
7    <?php print $links ?>    <?php print $links ?>
8  <?php endif; ?>  <?php endif; ?>

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2

  ViewVC Help
Powered by ViewVC 1.1.3