Hello, is there a way if you need more then one "pagetitle". To set a variable?
Like $this->subPageTitle?
Hello, is there a way if you need more then one "pagetitle". To set a variable?
Like $this->subPageTitle?
Declare such a variable in your base controller class.
Hmm and how?
An example would be good, i tried different things.
But I dont find the exact way
Ok found the right place,
I had to be declared as
public $varname in the controller
and access it like: $this->varname
In the layout