1
0
mirror of https://github.com/e107inc/e107.git synced 2025-02-13 02:54:39 +01:00
php-e107/e107_plugins/faqs/e_search.php
2012-08-10 19:30:43 +00:00

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');
?>