2018-07-02 03:54:18 +02:00
|
|
|
<div class="row">
|
|
|
|
<div class="col-sm-6">
|
2018-08-06 13:46:54 +02:00
|
|
|
<a id="Logo" href="/"><img src="{$StaticPath('img/logo.png')}" alt="{$SiteConfig.Title}" /></a>
|
2018-07-02 03:54:18 +02:00
|
|
|
</div>
|
|
|
|
<div class="col-sm-6 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 $SearchForm %>
|
|
|
|
<div id="SearchFormContainer">$SearchForm</div>
|
|
|
|
<% end_if --%>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
|
|
|
|
<% if $SiteConfig.Navigation %>
|
|
|
|
<% include Navigation Navigation=$SiteConfig.Navigation, NavID="Navigation" %>
|
2018-08-06 13:46:54 +02:00
|
|
|
<% end_if %>
|