Problem with custom module in left position Hello,
I wrote a pretty simple module that dislplays a clickable picture(it has a link). When I display my module in left position all the content goes bye bye. Blank.
Not even modules lower than mine display.
I went in trial and error mode and found that the problem is this piece of code:
$hostname = $params->get( 'hostname' );
$user = $params->get( 'user' );
$password = $params->get( 'password' );
How can i get parameters without errors?
What is wrong with my code. I use mamo 452 4523 etc.
What is the problem ? |