From 27810e7864d083cfe97aef7e6bff2b1ce2e71388 Mon Sep 17 00:00:00 2001 From: Cameron Date: Sun, 24 Feb 2013 01:08:40 -0800 Subject: [PATCH] Comments Template reworked with bootstrap styling. (shouldn't affect v1.x comments in e107_themes/templates) --- .../shortcodes/batch/comment_shortcodes.php | 11 +-- e107_core/templates/comment_template.php | 71 ++++++++++--------- e107_handlers/comment_class.php | 34 ++++++--- e107_web/css/e107.css | 15 ++-- 4 files changed, 78 insertions(+), 53 deletions(-) diff --git a/e107_core/shortcodes/batch/comment_shortcodes.php b/e107_core/shortcodes/batch/comment_shortcodes.php index b17dcef66..43e985c35 100644 --- a/e107_core/shortcodes/batch/comment_shortcodes.php +++ b/e107_core/shortcodes/batch/comment_shortcodes.php @@ -91,7 +91,7 @@ class comment_shortcodes extends e_shortcode { if ($thisaction == "comment" && $pref['nested_comments']) { - $REPLY = "".COMLAN_326.""; + $REPLY = "".COMLAN_326.""; } } return $REPLY; @@ -179,14 +179,14 @@ class comment_shortcodes extends e_shortcode } // TODO put into a