- Add the 'themes' directory
[infrastructure.git] / themes / democratica / node.tpl.php
1 <div class="node<?php print ($sticky) ? " sticky" : ""; ?>"> \r
2   <?php if ($page == 0): ?> \r
3   <h2 class="page-title"><a href="<?php print $node_url ?>" rel="bookmark" title="Permanent Link to <?php print $title ?>"><?php print $title ?></a></h2> \r
4   <?php endif; ?> \r
5   <small><?php print $submitted ?></small> \r
6   <div class="content"> \r
7     <?php print $content ?> \r
8   </div> \r
9   <?php if ($links): ?>\r
10   <div class="links">\r
11   <?php if ($terms): ?> <span class="postmetadata">Posted in <?php print $terms ?></span> | <?php endif; ?><?php print $links ?> &#187;</p> \r
12   </div>\r
13   <?php endif; ?> \r
14 </div>\r