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.
Page 1 of 1
default layout path
#2
Posted 16 April 2010 - 12:00 AM
You have to edit the first line of /modules/user/views/layouts/column2.php:
<?php $this->beginContent('application.views.front.layouts.main'); ?>
Share this topic:
Page 1 of 1

Help












