| 5 |
<h2 class="entry-title"><a href="<?php print $node_url ?>" rel="bookmark" title="Permanent Link to <?php print $title ?>"><?php print $title ?></a></h2> |
<h2 class="entry-title"><a href="<?php print $node_url ?>" rel="bookmark" title="Permanent Link to <?php print $title ?>"><?php print $title ?></a></h2> |
| 6 |
<?php endif; ?> |
<?php endif; ?> |
| 7 |
<small class="entry-meta"> |
<small class="entry-meta"> |
| 8 |
<?php if ( node_access('update', $node) ) { ?><span class="entry-edit"><a href="<?php print $node_url ?>/edit">Edit</a></span><?php }; ?> |
<?php if ( node_access('update', $node) ) { ?><span class="entry-edit"><a href="<?php print url("node/$node->nid/edit") ?>">Edit</a></span><?php }; ?> |
| 9 |
<?php if ($submitted): ?><span class="chronodata"><abbr class="published" title="<?php print format_date($node->created)?>"><?php print format_date($node->created)?></abbr></span><?php endif; ?> |
<?php if ($submitted): ?><span class="chronodata"><abbr class="published" title="<?php print format_date($node->created)?>"><?php print format_date($node->created)?></abbr></span><?php endif; ?> |
| 10 |
<?php if ($taxonomy): ?><span class="entry-category">in <?php print $terms ?></span><?php endif;?> |
<?php if ($taxonomy): ?><span class="entry-category">in <?php print $terms ?></span><?php endif;?> |
| 11 |
<?php if ($links): ?><?php print $links; ?><?php endif; ?> |
<?php if ($links): ?><?php print $links; ?><?php endif; ?> |