mirror of
https://github.com/e107inc/e107.git
synced 2025-07-30 19:30:25 +02:00
Cleanup of class names in FAQ template
This commit is contained in:
@@ -26,8 +26,8 @@ if(!defined("USER_WIDTH"))
|
||||
<div class='faq-search'>{FAQ_SEARCH}</div>
|
||||
</div>";
|
||||
|
||||
$FAQ_LISTALL_START = "<div><h2 class='faq-listall-category'>{FAQ_CATEGORY}</h2><ul class='faq-listall-container'>\n";
|
||||
$FAQ_LISTALL_LOOP = "<li class='faq-listall-loop'>{FAQ_QUESTION=expand}</li>\n";
|
||||
$FAQ_LISTALL_START = "<div><h2 class='faq-listall'>{FAQ_CATEGORY}</h2><ul class='faq-listall'>\n";
|
||||
$FAQ_LISTALL_LOOP = "<li class='faq-listall'>{FAQ_QUESTION=expand}</li>\n";
|
||||
$FAQ_LISTALL_END = "</ul></div>\n";
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user