Skip to content

Commit

Permalink
Theming the announce
Browse files Browse the repository at this point in the history
  • Loading branch information
root committed May 25, 2011
1 parent c3a2e51 commit 60f7f4d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions templates/node-announce.tpl.php
Original file line number Diff line number Diff line change
Expand Up @@ -75,10 +75,10 @@
<div class="announce-inside clearfix">
<?php if (!$page && $title): ?>
<h2 class="title">
<a href="<?php print $node_url; ?>"><?php print $title; ?></a>
<?php print $title; ?>
</h2>
<?php endif; ?>
<?php print $content; ?>
<a href="<?php print $field__announce_button_url[0]['safe'] ; ?>" class="button"><?php print $field__announce_button_label[0]['safe'] ; ?></a>

</div>
</div><!-- /.node -->

0 comments on commit 60f7f4d

Please sign in to comment.