diff --git a/app/helpers/layout_helper.rb b/app/helpers/layout_helper.rb index 0025ab9..126e855 100644 --- a/app/helpers/layout_helper.rb +++ b/app/helpers/layout_helper.rb @@ -84,6 +84,10 @@ module LayoutHelper theme_path + '/style.css' end + def layout_template + if profile then profile.layout_template else environment.layout_template end + end + def addthis_javascript if NOOSFERO_CONF['addthis_enabled'] '' -- libgit2 0.21.2