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

Contents of /contributions/themes/mobile/node.tpl.php

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


Revision 1.4 - (show annotations) (download) (as text)
Wed Dec 12 03:47:54 2007 UTC (23 months, 2 weeks ago) by richard
Branch: MAIN
CVS Tags: DRUPAL-6--1-0, DRUPAL-6--1-1, HEAD
Branch point for: DRUPAL-6--1, DRUPAL-6--4
Changes since 1.3: +9 -5 lines
File MIME type: text/x-php
first pass at making the Mobile theme Drupal 6 compatible
1 <?php if ($page == 0): ?>
2 <h2><a href="<?php print $node_url ?>"><?php print $title ?></a></h2>
3 <?php endif; ?>
4
5 <?php print $content ?>
6 <?php if ($signature): ?>
7 <div class="user-signature clear-block"><?php print $signature ?></div>
8 <?php endif; ?>
9 <?php print $submitted ?>
10
11 <?php if ($links): ?>
12 <?php print $links ?>
13 <?php endif; ?>

  ViewVC Help
Powered by ViewVC 1.1.2