1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-29 17:19:56 +02:00

FAQs: 'faq-new' css class added for recently added FAQs.

This commit is contained in:
Cameron
2015-05-11 14:07:11 -07:00
parent 1af1bd9c09
commit 76d7a802c6
5 changed files with 101 additions and 15 deletions

View File

@@ -10,6 +10,7 @@
$FAQS_TEMPLATE['start'] = "
<div class='faq-start'>{FAQ_SUBMIT_QUESTION}
{FAQ_SUBMIT_QUESTION_LIST}
";
$FAQS_TEMPLATE['end'] = "
@@ -31,5 +32,6 @@ $FAQS_TEMPLATE['all']['end'] = "
</div>
";
$FAQS_TEMPLATE['caption'] = "{FAQ_CAPTION} <small>{FAQ_COUNT}</small>";