- Add the 'themes' directory
[infrastructure.git] / themes / democratica / node.tpl.php
diff --git a/themes/democratica/node.tpl.php b/themes/democratica/node.tpl.php
new file mode 100644 (file)
index 0000000..f017604
--- /dev/null
@@ -0,0 +1,14 @@
+<div class="node<?php print ($sticky) ? " sticky" : ""; ?>"> \r
+  <?php if ($page == 0): ?> \r
+  <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
+  <?php endif; ?> \r
+  <small><?php print $submitted ?></small> \r
+  <div class="content"> \r
+    <?php print $content ?> \r
+  </div> \r
+  <?php if ($links): ?>\r
+  <div class="links">\r
+  <?php if ($terms): ?> <span class="postmetadata">Posted in <?php print $terms ?></span> | <?php endif; ?><?php print $links ?> &#187;</p> \r
+  </div>\r
+  <?php endif; ?> \r
+</div>\r