mirror of
https://github.com/discourse/discourse.git
synced 2025-05-22 16:11:08 +08:00
UX: better footer handling
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user