diff --git a/application/language/english/forums/forums_lang.php b/application/language/english/forums/forums_lang.php index c6d8127..e53d9c8 100644 --- a/application/language/english/forums/forums_lang.php +++ b/application/language/english/forums/forums_lang.php @@ -38,6 +38,7 @@ $lang['forums_reply'] = "Reply"; $lang['forums_reply_posted'] = "Reply posted!"; $lang['forums_posted_by'] = "Posted by "; +$lang['forums_quote'] = "Quote this post"; //for librari's time_ago function $lang['forums_time_second'] = "second"; diff --git a/application/views/forums/talk.php b/application/views/forums/talk.php index 4fe907e..d567744 100644 --- a/application/views/forums/talk.php +++ b/application/views/forums/talk.php @@ -36,13 +36,15 @@
@@ -65,4 +67,13 @@ echo ''; echo form_close(); ?> + \ No newline at end of file