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

Fixes #562 - FAQs template. Thanks @Jimmi08

This commit is contained in:
Cameron
2014-05-13 19:50:28 -07:00
parent 9e880b7718
commit d3880a303b

View File

@@ -116,7 +116,7 @@ class plugin_faqs_list_controller extends eControllerFront
$sc->counter++;
if($category) $meta = $rw;
}
$text .= $tp->parseTemplate($FAQ_LISTALL['end'], true, $sc);
$text .= ($start) ? $tp->parseTemplate($FAQ_LISTALL['end'], true, $sc) : "";
$text .= $tp->parseTemplate($FAQ_END, true, $sc);
// add meta data if there is parent category