1
0
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:
CaMer0n
2011-08-19 23:46:16 +00:00
parent fc1286a7a0
commit 897192893c

View File

@@ -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";