Open GoogleCodeExporter opened 9 years ago
Well, workaround is not to include theme setting into module->init(), indlue it
into beforeControllerAction.
So no need to fix this
Original comment by attila.s...@gmail.com
on 3 Mar 2012 at 11:06
Which file is beforeControllerAction located in ?
Just include the following line ?
Yii::app()->theme = 'installed_theme_name';
Original comment by gricedus...@gmail.com
on 3 May 2013 at 11:29
I got the same problem. How do I apply a custom theme to Rights module.
Original comment by ratta...@gmail.com
on 29 Oct 2013 at 6:40
You should change
public $appLayout = 'application.views.layouts.main';
to
public $appLayout = '//layouts/main';
in
RightsModule.php
to get it work.
Original comment by szigyar...@gmail.com
on 22 Dec 2013 at 1:05
Original issue reported on code.google.com by
attila.s...@gmail.com
on 3 Mar 2012 at 10:51