1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-01 12:20:44 +02:00

Fixes #2822 - FAQ classic layout fixed

This commit is contained in:
Tijn Kuyper
2019-09-30 15:56:03 +02:00
parent 09bcac804a
commit ca74ff4460

View File

@@ -534,6 +534,9 @@ class faq
$text .= $FAQ_CAT_END;
$text .= "</div>
</div>";
$ret['text'] = $text.$this->faq_footer();
return $ret;