// // ------------------------------------------------------------------------ // // This program is free software; you can redistribute it and/or modify // // it under the terms of the GNU General Public License as published by // // the Free Software Foundation; either version 2 of the License, or // // (at your option) any later version. // // // // You may not change or alter any portion of this comment or credits // // of supporting developers from this source code or any supporting // // source code which is considered copyrighted (c) material of the // // original comment or credit authors. // // // // This program is distributed in the hope that it will be useful, // // but WITHOUT ANY WARRANTY; without even the implied warranty of // // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // // GNU General Public License for more details. // // // // You should have received a copy of the GNU General Public License // // along with this program; if not, write to the Free Software // // Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA // // ------------------------------------------------------------------------ // $modversion['name'] = _MI_XOOPSFAQ_NAME; $modversion['version'] = 1.10; $modversion['description'] = _MI_XOOPSFAQ_DESC; $modversion['credits'] = "The XOOPS Project"; $modversion['author'] = "Kazumi Ono http://www.myweb.ne.jp/"; $modversion['help'] = "xoopsfaq.html"; $modversion['license'] = "GPL see LICENSE"; $modversion['official'] = 1; $modversion['image'] = "images/slogo.png"; $modversion['dirname'] = "xoopsfaq"; // Sql file (must contain sql generated by phpMyAdmin or phpPgAdmin) // All tables should not have any prefix! $modversion['sqlfile']['mysql'] = "sql/mysql.sql"; //$modversion['sqlfile']['postgresql'] = "sql/pgsql.sql"; // Tables created by sql file (without prefix!) $modversion['tables'][0] = "xoopsfaq_contents"; $modversion['tables'][1] = "xoopsfaq_categories"; // Admin things $modversion['hasAdmin'] = 1; $modversion['adminindex'] = "admin/index.php"; $modversion['adminmenu'] = "admin/menu.php"; // Main contents $modversion['hasMain'] = 1; // Search $modversion['hasSearch'] = 1; $modversion['search']['file'] = "include/search.inc.php"; $modversion['search']['func'] = "xoopsfaq_search"; // Templates $modversion['templates'][1]['file'] = 'xoopsfaq_index.html'; $modversion['templates'][1]['description'] = ''; $modversion['templates'][2]['file'] = 'xoopsfaq_category.html'; $modversion['templates'][2]['description'] = ''; // Comments $modversion['hasComments'] = 1; $modversion['comments']['pageName'] = 'index.php'; $modversion['comments']['itemName'] = 'cat_id'; ?>