I am creating a site with Yii and I want for the frontend (the site controler) to chage the layout but for all actions.I made this code
function _construct()
{
$this->layout="site";
}
but is did not work, how can I change the layout for all the actions?