Hello Everybody,
I know that to create a condition in a module is as follows :
File: controler.ext.php
File: module.zpm
There all right from here but how can do that in the file master.ztml?
In my case i want to hide a html tag "div" block only if the URL varible is not set "module"
I know that to create a condition in a module is as follows :
File: controler.ext.php
Code:
static function getMethodName()
{
return true;
}
File: module.zpm
Code:
<% if MethodName %>
<% endif %>
There all right from here but how can do that in the file master.ztml?
In my case i want to hide a html tag "div" block only if the URL varible is not set "module"