GX-Bug #47222 » HideLogoFix.patch
src/templates/Honeygrid/index.html (revision ) | ||
---|---|---|
30 | 30 |
{assign var="hideCustom" value={template_setting name="gx-hide-custom-1-col"}} |
31 | 31 |
{assign var="hideCart" value={template_setting name="gx-hide-cart-col"}} |
32 | 32 |
|
33 |
{if !$hideLogo} |
|
33 |
|
|
34 | 34 |
<div class="navbar-header" data-gambio-widget="mobile_menu"> |
35 |
{if !$hideLogo} |
|
35 |
{include file="get_usermod:{$tpl_path}snippets/header/logo.html" logo_url=$logo_url logo_link=$logo_link} |
|
36 |
{include file="get_usermod:{$tpl_path}snippets/header/logo.html" logo_url=$logo_url logo_link=$logo_link} |
|
37 |
{/if} |
|
36 | 38 |
{include file="get_usermod:{$tpl_path}snippets/header/header_navbar_buttons.html"} |
37 | 39 |
</div> |
38 |
{/if} |
|
40 |
|
|
39 | 41 |
|
40 | 42 |
{if !$hideSearch} |
41 | 43 |
{$TOP_SEARCH} |