Hi guys!
Im trying to detect wich controller Im am using or what controller Im on and then change my menu accordingly to the page Im on.
( Make a selection in the menu so the user can see were he is on the page! )
I really dont know what to write to check what its using...
<? if($this->url(array("controller" => "index", "action" => "index"), null, true)) {
echo("LOL");
}
?>
I tried that but that stuff didnt work at all, I know its the wrong thing to use, so please help me =D
Best Regards,
Charlie