mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
Added above-site-header and below-site-header plugin outlets
This commit is contained in:
parent
f196faa4a2
commit
19479907d0
@ -1,3 +1,4 @@
|
||||
{{plugin-outlet "above-site-header"}}
|
||||
{{site-header canSignUp=canSignUp
|
||||
showCreateAccount="showCreateAccount"
|
||||
showLogin="showLogin"
|
||||
@ -5,6 +6,7 @@
|
||||
toggleMobileView="toggleMobileView"
|
||||
toggleAnonymous="toggleAnonymous"
|
||||
logout="logout"}}
|
||||
{{plugin-outlet "below-site-header"}}
|
||||
|
||||
<div id="main-outlet" class="wrap">
|
||||
<div class="container">
|
||||
|
Loading…
Reference in New Issue
Block a user