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:
@@ -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>
|
||||
";
|
||||
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user