1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-11 17:14:42 +02:00

FAQs enhancements and fixes. FAQ search menu added.

This commit is contained in:
Cameron
2015-06-07 18:15:23 -07:00
parent 12ec43161b
commit 590df058b3
10 changed files with 240 additions and 87 deletions

View File

@@ -0,0 +1,13 @@
<?php
if (!defined('e107_INIT')) { exit; }
$sc = e107::getScBatch('faqs', true);
$text = $tp->parseTemplate("{FAQ_SEARCH}", true, $sc);
$ns->tablerender(LAN_PLUGIN_FAQS_SEARCH, $text, 'faqs-search-menu');
?>