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:
13
e107_plugins/faqs/faqs_search_menu.php
Normal file
13
e107_plugins/faqs/faqs_search_menu.php
Normal 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');
|
||||
|
||||
|
||||
?>
|
Reference in New Issue
Block a user