1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-24 15:13:04 +02:00

FAQs enhancements and fixes. FAQ search menu added.

This commit is contained in:
Cameron
2015-06-07 18:15:23 -07:00
parent 12ec43161b
commit 590df058b3
10 changed files with 240 additions and 87 deletions

View File

@@ -15,7 +15,6 @@ $FAQS_TEMPLATE['start'] = "
$FAQS_TEMPLATE['end'] = "
<div class='faq-submit-question'></div>
<div class='faq-search'>{FAQ_SEARCH}</div>
</div>
";
@@ -25,7 +24,7 @@ $FAQS_TEMPLATE['all']['start'] = "
<ul class='faq-listall'>
";
$FAQS_TEMPLATE['all']['item'] = "
<li class='faq-listall'>{FAQ_QUESTION=expand|tags=1}</li>
<li class='faq-listall'>{FAQ_QUESTION=expand|tags=1|share=1}</li>
";
$FAQS_TEMPLATE['all']['end'] = "
</ul>