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