mirror of
https://github.com/e107inc/e107.git
synced 2025-08-07 15:16:30 +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++;
|
$sc->counter++;
|
||||||
if($category) $meta = $rw;
|
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);
|
$text .= $tp->parseTemplate($FAQ_END, true, $sc);
|
||||||
|
|
||||||
// add meta data if there is parent category
|
// add meta data if there is parent category
|
||||||
|
Reference in New Issue
Block a user