|
From: TiMax <ma...@em...> - 2003-06-13 05:39:54
|
Fixed in cvs
On Fri, 13 Jun 2003 02:17:54 +0200, romeo bandinelli=
.:Envolution.info:. wrote:
> 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' =3D>
> 'noexist','modname' =3D> $name)));
> break;
>
> instead of
> // Failed to load the module
> $output =3D new pnHTML();
> $output->StartPage();
>
> $output->Text('Failed to load module ' .=
$module);
>
> $output->EndPage();
> $output->PrintPage();
> exit;
>
>
> Romeo
>
>
> -------------------------------------------------------
> This SF.NET email is sponsored by: eBay
> Great deals on office technology -- on eBay now! Click here:
> http://adfarm.mediaplex.com/ad/ck/711-11697-6916-5
> _______________________________________________
> Envolution-devel mailing list
> Env...@li...
> https://lists.sourceforge.net/lists/listinfo/envolution-devel
|