|
|
@@ -13,16 +13,16 @@
|
|
|
{/if}
|
|
|
<div class="container">
|
|
|
<!-- Brand and toggle get grouped for better mobile display -->
|
|
|
- <div class="navbar-header" style="max-width: fit-content;">
|
|
|
- <div class="logo-section" style="max-width: fit-content;">
|
|
|
+ <div class="navbar-header" style="max-width: 40px;">
|
|
|
+ <div class="logo-section" style="max-width: 40px;">
|
|
|
<button type="button" class="navbar-toggler" data-toggle="collapse" id="navbar-side-toggle">
|
|
|
<span></span>
|
|
|
</button>
|
|
|
{if $loggedin}
|
|
|
- <a class="nav-link" style="max-width: fit-content;" href="{if $loggedin}{$WEB_ROOT}/clientarea.php{else}{if $themesettings.headersetting.CustomLogoLink}{$themesettings.headersetting.CustomLogoLink}{else}{$WEB_ROOT}/{/if}{/if}"><i class="fas fa-home"></i></a>
|
|
|
+ <a class="nav-link" style="max-width: 40px;" href="{if $loggedin}{$WEB_ROOT}/clientarea.php{else}{if $themesettings.headersetting.CustomLogoLink}{$themesettings.headersetting.CustomLogoLink}{else}{$WEB_ROOT}/{/if}{/if}"><i class="fas fa-home"></i></a>
|
|
|
{else}
|
|
|
{if $themesettings.headersetting.disablehomeicon neq "1"}
|
|
|
- <a class="nav-link" style="max-width: fit-content;" href="{if $loggedin}{$WEB_ROOT}/clientarea.php{else}{if $themesettings.headersetting.CustomLogoLink}{$themesettings.headersetting.CustomLogoLink}{else}{$WEB_ROOT}/{/if}{/if}"><i class="fas fa-home"></i></a>
|
|
|
+ <a class="nav-link" style="max-width: 40px;" href="{if $loggedin}{$WEB_ROOT}/clientarea.php{else}{if $themesettings.headersetting.CustomLogoLink}{$themesettings.headersetting.CustomLogoLink}{else}{$WEB_ROOT}/{/if}{/if}"><i class="fas fa-home"></i></a>
|
|
|
{/if}
|
|
|
{/if}
|
|
|
</div>
|