FIX: remove code that restricted "header" theme field from admin

There was some old code that restricted a percentage of a themes code from
admin, only when admin was refreshed, this leads to lots of confusion

Conditional is now removed
This commit is contained in:
Sam 2018-10-15 17:29:10 +11:00
parent 27e732a58d
commit 4c8fe13500

View File

@ -86,7 +86,7 @@
</footer>
</noscript>
<%- unless customization_disabled? || loading_admin? %>
<%- unless customization_disabled? %>
<%= theme_lookup("header") %>
<%= build_plugin_html 'server:header' %>
<%- end %>