0
0
Fork 1
Spiegel von https://github.com/paviliondev/discourse-custom-wizard.git synchronisiert 2024-11-22 09:20:29 +01:00

Add theme "Header" html support

Dieser Commit ist enthalten in:
Angus McLeod 2021-01-14 16:41:08 +11:00
Ursprung 69f35e2e7d
Commit 0960dda2d3

Datei anzeigen

@ -35,6 +35,10 @@
</head>
<body class='custom-wizard'>
<%- unless customization_disabled? %>
<%= raw theme_lookup("header") %>
<%- end %>
<div id='custom-wizard-main'></div>
<%- unless customization_disabled? %>