UX: better footer handling

This commit is contained in:
Régis Hanol
2014-11-10 21:51:55 +01:00
parent c89064f7c0
commit ec76be964e
31 changed files with 293 additions and 275 deletions

View File

@ -261,7 +261,7 @@ class ApplicationController < ActionController::Base
def custom_html_json
data = {
top: SiteText.text_for(:top),
bottom: SiteText.text_for(:bottom)
footer: SiteCustomization.custom_footer(session[:preview_style])
}
if DiscoursePluginRegistry.custom_html