mirror of
https://github.com/e107inc/e107.git
synced 2025-01-17 20:58:30 +01:00
13 lines
212 B
PHP
13 lines
212 B
PHP
<?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');
|
|
|
|
|