From: romeo b. .:Envolution.info:. <ci...@en...> - 2003-06-13 00:18:32
|
To avoid black color in right bloks put in index.php (line 83): // Failed to load the module pnRedirect(pnModURL('Errore', 'admin', 'main', array('op' => 'noexist','modname' => $name))); break; instead of // Failed to load the module $output = new pnHTML(); $output->StartPage(); $output->Text('Failed to load module ' . $module); $output->EndPage(); $output->PrintPage(); exit; Romeo |