From 871aea40b131e093d4ecb5856d20c57c7b4846bf Mon Sep 17 00:00:00 2001 From: psychobunny Date: Sat, 21 Mar 2015 14:46:18 -0400 Subject: [PATCH] started styling topic/posts --- templates/partials/topic/post.tpl | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 templates/partials/topic/post.tpl diff --git a/templates/partials/topic/post.tpl b/templates/partials/topic/post.tpl new file mode 100644 index 0000000..fb3ded6 --- /dev/null +++ b/templates/partials/topic/post.tpl @@ -0,0 +1,22 @@ +
+ + +

+
+

{title}

+
+ + + [[global:posted_ago, ]] + + [[global:posted_in_ago, {topics.category.name}, ]] + +

+
\ No newline at end of file