Parent Directory
|
Revision Log
|
Revision Graph
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 |