Tente rodar com estes arquivos que são da versão FINAL.
$modversion['name'] = _MI_SSECTION_MD_NAME;
$modversion['version'] = 2.14;
$modversion['description'] = _MI_SSECTION_MD_DESC;
$modversion['author'] = "The SmartFactory [www.smartfactory.ca]";
$modversion['credits'] = "w4z004, hsalazar, Mithrandir, fx2024, Ackbarr, Mariuss, Marco, Michiel, phppp, outch, Xvitry, Catzwolf, Shine, McDonald";
$modversion['help'] = "";
$modversion['license'] = "GNU General Public License (GPL)";
$modversion['official'] = 0;
$modversion['dirname'] = "smartsection";
$modversion['iconsmall'] = "images/icon_small.gif";
$modversion['iconbig'] = "images/icon_big.gif";
// Settting InBox module image if it is present
$inbox_logo_filename = $modversion['dirname'] . "_inbox_logo.gif";
if (file_exists(XOOPS_ROOT_PATH . "/modules/" . $modversion['dirname'] . "/images/" . $inbox_logo_filename)) {
$modversion['image'] = "images/$inbox_logo_filename";
} else {
$modversion['image'] = "images/module_logo.gif";
}
// Added by marcan for the About page in admin section
$modversion['adminMenu'] = "smartsection_adminMenu";
$modversion['modFooter'] = "smartsection_modFooter";
$modversion['developer_lead'] = "marcan [Marc-André Lanciault]";
$modversion['developer_contributor'] = "w4z004, hsalazar, Mithrandir, fx2024, Ackbarr, Mariuss, Marco, Michiel, phppp, outch, Xvitry & Catzwolf";
$modversion['developer_website_url'] = "
The SmartFactory - Making XOOPS Modules Smarter... Everyday !";
$modversion['developer_website_name'] = "The SmartFactory";
$modversion['developer_email'] = "
marcan@smartfactory.ca";
$modversion['status_version'] = "Final";
$modversion['status'] = "Final";
$modversion['date'] = "2008-07-05";