Basically in default.ctp I have this for my title:
= $this->fetch(\'title\') ?>
And inside of the
I have done this, this way in default.ctp
default.ctp
:
In my view file, I have done this.
assign('title', 'Your Title');?>