1
0
Fork 0

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? %>