default layout path

i need to change the default layout path globally for an application, i am using Yii User Management Module and it is pointing to /views/layout as its fallback layout, what i want to do is change the default layout to /views/front/layout.

so what method/property can i change to affect this behaviour.

You have to edit the first line of /modules/user/views/layouts/column2.php:




<?php $this->beginContent('application.views.front.layouts.main'); ?>