From 74f0e2ab1069cbfd6493b7fa5b276eb7e14fcfff Mon Sep 17 00:00:00 2001 From: fabrixxm Date: Tue, 22 Jan 2013 11:50:37 -0500 Subject: [PATCH] blog: comment threads --- view/theme/blog/default.php | 7 ++- view/theme/blog/jot.tpl | 2 +- view/theme/blog/style.css | 2 + view/theme/blog/theme.php | 4 ++ view/theme/blog/threaded_conversation.tpl | 31 ++++++++++ view/theme/blog/wall_thread.tpl | 72 +++++++++++++++++++++-- view/theme/blog/wall_thread_comment.tpl | 28 +++++++++ 7 files changed, 136 insertions(+), 10 deletions(-) create mode 100644 view/theme/blog/threaded_conversation.tpl create mode 100644 view/theme/blog/wall_thread_comment.tpl diff --git a/view/theme/blog/default.php b/view/theme/blog/default.php index 59ca193..bf2727e 100755 --- a/view/theme/blog/default.php +++ b/view/theme/blog/default.php @@ -5,8 +5,9 @@ -
@@ -29,7 +30,7 @@ if (!x($page,'aside') && !x($page,'right_aside')) $bodyclass.=" singular";
-