Commit 2d4890da1094024daf51b28b48488d8b317daab7
Exists in
master
and in
8 other branches
Merge commit 'refs/merge-requests/124' of git://gitorious.org/noosfero/noosfero …
…into merge-requests/124
Showing
1 changed file
with
1 additions
and
0 deletions
Show diff stats
app/controllers/application_controller.rb
@@ -5,6 +5,7 @@ class ApplicationController < ActionController::Base | @@ -5,6 +5,7 @@ class ApplicationController < ActionController::Base | ||
5 | include ApplicationHelper | 5 | include ApplicationHelper |
6 | layout :get_layout | 6 | layout :get_layout |
7 | def get_layout | 7 | def get_layout |
8 | + prepend_view_path('public/' + theme_path) | ||
8 | theme_option(:layout) || 'application' | 9 | theme_option(:layout) || 'application' |
9 | end | 10 | end |
10 | 11 |