mirror of
https://github.com/e107inc/e107.git
synced 2025-10-12 21:45:11 +02:00
5 lines
151 B
PHP
5 lines
151 B
PHP
<?php
|
|
if (!defined('e107_INIT')){ exit; }
|
|
$search_info[]=array( 'sfile' => e_PLUGIN.'faqs/search.php', 'qtype' => 'FAQ', 'refpage' => 'faqs.php');
|
|
|
|
?>
|