adminforce/content/module.php
statt:
PHP-Code:
        if (is_dir ($dir.$file) && file_exists ($dir.$file.'/pref.ini') && $file != '.' && $file != '..') {
            
$modul parse_ini_file ($dir.$file.'/pref.ini'TRUE);
            
$ico_endung = (file_exists ($dir.$file.'/icon.png')) ? 'png' 'gif';
            if (
$i == || ( $i ) == 0) echo '    <tr>'."\n";
            echo 
'        <td width="25%" style="text-align: center;"><a href="javascript:ShowWindow(\'moduladmin.php?mod='.$file.'\');"><img src="'.$dir.$file.'/icon.'.$ico_endung.'" border="0" width="32" height="32" alt="" /><br />'.$modul['modul']['name'].'</a></td>'."\n";
            if ( ( ( 
$i ) % ) == ) echo '    </tr>'."\n";
            
$i++;
        } 
folgenden code:
PHP-Code:
        if (is_dir ($dir.$file) && file_exists ($dir.$file.'/pref.ini') && $file != '.' && $file != '..') {
            
$modul parse_ini_file ($dir.$file.'/pref.ini'TRUE);
            
$ico_endung = (file_exists ($dir.$file.'/icon.png')) ? 'png' 'gif';
            if (
$i == || ( ($i-1) % ) == 0) echo '    <tr>'."\n";
            echo 
'        <td width="25%" style="text-align: center;"><a href="javascript:ShowWindow(\'moduladmin.php?mod='.$file.'\');"><img src="'.$dir.$file.'/icon.'.$ico_endung.'" border="0" width="32" height="32" alt="" /><br />'.$modul['modul']['name'].'</a></td>'."\n";
            if ( ( ( 
$i  ) % ) == ) echo '    </tr>'."\n";
            
$i++;
        }