You can specify a different layout to use in the controller.
So inside the user_controller add this line layout 'languages'
and it should look in the layout folder for a languages.rhtml file.
Sharma Chelluri wrote:
You can specify a different layout to use in the controller.
So inside the user_controller add this line layout 'languages'
and it should look in the layout folder for a languages.rhtml file.
Sharma Chelluri wrote: