1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-23 06:33:22 +02:00

FAQs now supports submitted questions from anonymous users and improved tag search/urls.

This commit is contained in:
Cameron
2015-03-31 06:26:06 -07:00
parent cae329a1f9
commit 24f2b22e6a
7 changed files with 124 additions and 41 deletions

View File

@@ -9,11 +9,11 @@
*/
$FAQS_TEMPLATE['start'] = "
<div class='faq-start'>
<div class='faq-start'>{FAQ_SUBMIT_QUESTION}
";
$FAQS_TEMPLATE['end'] = "
<div class='faq-submit-question'>{FAQ_SUBMIT_QUESTION}</div>
<div class='faq-submit-question'></div>
<div class='faq-search'>{FAQ_SEARCH}</div>
</div>
";
@@ -31,3 +31,5 @@ $FAQS_TEMPLATE['all']['end'] = "
</div>
";