mirror of
https://github.com/silverstripe/silverstripe-simple
synced 2024-10-22 11:05:50 +02:00
MINOR Checking for SearchForm in templates
This commit is contained in:
parent
2158f384bb
commit
7a5e5b843a
@ -3,11 +3,13 @@
|
||||
<a href="$BaseHref" class="brand" rel="home">
|
||||
<h1>Simple.</h1>
|
||||
</a>
|
||||
<% if SearchForm %>
|
||||
<span class="search-dropdown-icon">L</span>
|
||||
<div class="search-bar">
|
||||
$SearchForm
|
||||
<span class="search-bubble-arrow">}</span>
|
||||
</div>
|
||||
<% end_if %>
|
||||
<% include Navigation %>
|
||||
</div>
|
||||
</header>
|
Loading…
Reference in New Issue
Block a user