Template: Restore inline menu to honor logo alignment.
This commit is contained in:
parent
acff646b5b
commit
832e0bf3e1
|
|
@ -874,8 +874,8 @@
|
|||
{*//logged in *}
|
||||
{if $authenticated}
|
||||
{if $settings.theme.menu_style == 'side' || $settings.theme.menu_style == 'inline' || $settings.theme.menu_style == 'static'}
|
||||
{if $settings.theme.menu_style == 'inline'}{$logo}{/if}
|
||||
{$container_open}
|
||||
{if $settings.theme.menu_style == 'inline'}{$logo}{/if}
|
||||
{$menu}
|
||||
{if $settings.theme.menu_style == 'inline' || $settings.theme.menu_style == 'static'}<br />{/if}
|
||||
{else} {*//default: fixed *}
|
||||
|
|
|
|||
Loading…
Reference in New Issue