Thursday 26 August 2010 4:53:59 am
I found the solution. To remove the left menu you have to add this line to your module.php file. 'default_navigation_part' => '' Example
$ViewList["list"]= array(
'script' => 'list.php',
'params' => array(),
'default_navigation_part' => ' ' );
-- Good websites creation --
My site : http://www.pauletienney.com
Twitter : http://www.twitter.com/p_etienney
|