mirror of
https://github.com/flarum/core.git
synced 2025-08-30 11:30:21 +02:00
Display header HTML in layout rather than app wrapper
This is so a custom layout can opt-out of displaying header HTML (e.g. embed extension)
This commit is contained in:
@@ -19,8 +19,6 @@
|
||||
</head>
|
||||
|
||||
<body>
|
||||
{!! array_get($forum, 'attributes.headerHtml') !!}
|
||||
|
||||
{!! $layout !!}
|
||||
|
||||
<div id="modal"></div>
|
||||
|
Reference in New Issue
Block a user