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

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

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


Revision 1.2 - (show annotations) (download) (as text)
Fri Jun 12 21:53:29 2009 UTC (5 months, 2 weeks ago) by deekayen
Branch: MAIN
CVS Tags: HEAD
Changes since 1.1: +3 -4 lines
File MIME type: text/x-php
move background and link configuration from the mobi_loader module to the theme itself
make the output XHTML mobile 1.2 compliant
1 <?php if ($page == 0): ?>
2 <h1><a href="<?php print $node_url ?>" title="<?php print $title ?>"><?php print $title ?></a></h1>
3 <?php endif; ?>
4 <?php print $content ?>
5 <p><?php print $submitted ?></p>
6 <?php if ($links): ?>
7 <?php print $links ?>
8 <?php endif; ?>

  ViewVC Help
Powered by ViewVC 1.1.2