if ($numrows > 0) {
        echo '<form method="post" action="options.php">
             <b>' . _AM_ADSLIGHT_MODTYPE . '</b></font><br><br>';
        $sql     = 'SELECT id_type, nom_type FROM ' . $xoopsDB->prefix('adslight_type') . ' ORDER BY nom_type';
        $result2 = $xoopsDB->query($sql);