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

FAQ tags support

This commit is contained in:
SecretR
2013-03-15 17:15:29 +02:00
parent 5effcd6dc2
commit e8068a328c
6 changed files with 90 additions and 19 deletions

View File

@@ -20,11 +20,11 @@ $FAQS_TEMPLATE['end'] = "
$FAQS_TEMPLATE['all']['start'] = "
<div>
<h2 class='faq-listall'>{FAQ_CATEGORY}</h2>
<h2 class='faq-listall'>{FAQ_CATEGORY=extend}</h2>
<ul class='faq-listall'>
";
$FAQS_TEMPLATE['all']['item'] = "
<li class='faq-listall'>{FAQ_QUESTION=expand}</li>
<li class='faq-listall'>{FAQ_QUESTION=expand|tags=1}</li>
";
$FAQS_TEMPLATE['all']['end'] = "
</ul>