mirror of
https://github.com/e107inc/e107.git
synced 2025-08-06 22:57:14 +02:00
Fixes #562 - FAQs template. Thanks @Jimmi08
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user