Removed all occurances of "theme" from backend, settings
• Removed: - all occurances of "theme" from backend, settings Theme is set in WebSettings through client. And set in <Display />.
This commit is contained in:
@@ -100,11 +100,6 @@ module ApplicationHelper
|
||||
text.split("\n").map { |line| '> ' + line }.join("\n")
|
||||
end
|
||||
|
||||
def theme
|
||||
# : todo : remove
|
||||
return 'white'
|
||||
end
|
||||
|
||||
def open_registrations?
|
||||
Setting.registrations_mode == 'open'
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user