Parent Directory
|
Revision Log
|
Revision Graph
|
Patch
| revision 1.1.4.4 by couzinhub, Sun Aug 3 20:07:46 2008 UTC | revision 1.1.4.5 by couzinhub, Sun Aug 3 22:37:17 2008 UTC | |
|---|---|---|
| # | Line 1 | Line 1 |
| 1 | <?php | <?php |
| 2 | // $Id$ | // $Id: node.tpl.php,v 1.1.4.4 2008/08/03 20:07:46 couzinhub Exp $ |
| 3 | ?> | ?> |
| 4 | <div class="<?php print $node_classes ?>" id="node-<?php print $node->nid; ?>"> | <div class="node" id="node-<?php print $node->nid; ?>"> |
| 5 | <?php if ($page == 0): ?> | <?php if ($page == 0): ?> |
| 6 | <h2 class="title"> | <h2 class="title"> |
| 7 | <a href="<?php print $node_url ?>"><?php print $title; ?></a> | <a href="<?php print $node_url ?>"><?php print $title; ?></a> |
|
||||||||
| ViewVC Help | |
| Powered by ViewVC 1.1.3 |