Skip to content

Commit

Permalink
MINOR Checking for SearchForm in templates
Browse files Browse the repository at this point in the history
  • Loading branch information
chillu committed Apr 4, 2012
1 parent 2158f38 commit 7a5e5b8
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions templates/Includes/Header.ss
Expand Up @@ -3,11 +3,13 @@
<a href="$BaseHref" class="brand" rel="home">
<h1>Simple.</h1>
</a>
<span class="search-dropdown-icon">L</span>
<div class="search-bar">
$SearchForm
<span class="search-bubble-arrow">}</span>
</div>
<% 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>

0 comments on commit 7a5e5b8

Please sign in to comment.