mirror of
https://github.com/a2nt/silverstripe-webpack.git
synced 2024-10-22 17:05:31 +02:00
33 lines
1.3 KiB
Scheme
33 lines
1.3 KiB
Scheme
<div class="element">
|
|
<div class="element__container $DefaultContainer">
|
|
<div class="row">
|
|
<div class="col-sm-4">
|
|
<a id="Logo" href="/"><img src="{$ResourcesURL('logo.png')}" alt="{$SiteConfig.Title}" /></a>
|
|
</div>
|
|
<div class="col-sm-8 text-right">
|
|
<% with $SiteConfig %>
|
|
<% if $PhoneNumber %>
|
|
<span class="phone-number">
|
|
$PhoneNumber
|
|
</span>
|
|
<% end_if %>
|
|
<% if $PublicEmail %>
|
|
<span class="public-email">
|
|
$PublicEmail
|
|
</span>
|
|
<% end_if %>
|
|
<% end_with %>
|
|
<% if $Menu(1) %>
|
|
<% include Navigation Navigation=$Menu(1), NavID="Navigation" %>
|
|
<% end_if %>
|
|
<%-- if $SearchForm %>
|
|
<div id="SearchFormContainer">$SearchForm</div>
|
|
<% end_if --%>
|
|
<%-- if $SiteConfig.Navigation %>
|
|
<% include Navigation Navigation=$SiteConfig.Navigation, NavID="Navigation" %>
|
|
<% end_if --%>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|