2019-11-07 19:26:33 +01:00
|
|
|
<div class="element">
|
2020-01-22 10:46:53 +01:00
|
|
|
<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>
|
2019-11-07 19:26:33 +01:00
|
|
|
</div>
|
2020-01-22 10:46:53 +01:00
|
|
|
<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 %>
|
2020-05-24 09:04:07 +02:00
|
|
|
<% if $Menu(1) %>
|
|
|
|
<% include Navigation Navigation=$Menu(1), NavID="Navigation" %>
|
|
|
|
<% end_if %>
|
2020-01-22 10:46:53 +01:00
|
|
|
<%-- if $SearchForm %>
|
|
|
|
<div id="SearchFormContainer">$SearchForm</div>
|
|
|
|
<% end_if --%>
|
2020-05-24 09:04:07 +02:00
|
|
|
<%-- if $SiteConfig.Navigation %>
|
2020-01-22 10:46:53 +01:00
|
|
|
<% include Navigation Navigation=$SiteConfig.Navigation, NavID="Navigation" %>
|
2020-05-24 09:04:07 +02:00
|
|
|
<% end_if --%>
|
2020-01-22 10:46:53 +01:00
|
|
|
</div>
|
2019-11-07 19:26:33 +01:00
|
|
|
</div>
|
2018-07-02 03:54:18 +02:00
|
|
|
</div>
|
|
|
|
</div>
|