Re: Parameters in mambo 450 module It's solved with the following code right after de valid mos or die code:
$color = @params->color ? $params-color : 'black';
etc. for the rest of the parameters.
What it does is when no parameters are send, the value is "black" .
In case the parameters are set, the value changes to the ones send by the module.
Sometimes it's so simple....
Ragards,
Rank |