{$header}
{if $display_header}
{* Logo *}
menu
{$ps_version}
{include file="components/layout/quick_access.tpl"}
{include file="components/layout/search_form.tpl"}
{if isset($debug_mode) && $debug_mode == true}
bug_report
{l s='Debug mode' d='Admin.Navigation.Header'}
{/if} {if isset($maintenance_mode) && $maintenance_mode == true}
build
{l s='Maintenance mode' d='Admin.Navigation.Header'}
{/if} {if !isset($hideLegacyStoreContextSelector) || !$hideLegacyStoreContextSelector}
{include file="components/layout/shop_list.tpl"}
{/if} {if $show_new_orders || $show_new_customers || $show_new_messages}
{include file="components/layout/notifications_center.tpl"}
{/if}
{include file="components/layout/employee_dropdown.tpl"}
{if isset($displayBackOfficeTop)}{$displayBackOfficeTop}{/if}
{/if} {if $display_header} {include file='components/layout/nav_bar.tpl'} {/if} {if isset($page_header_toolbar)}{$page_header_toolbar}{/if}
{if $install_dir_exists}
{l s='For security reasons, you must also delete the /install folder.' d='Admin.Login.Notification'}
{else} {if isset($modal_module_list)}{$modal_module_list}{/if}
{hook h='displayAdminAfterHeader'} {if $display_header} {include file='components/layout/error_messages.tpl'} {include file='components/layout/information_messages.tpl'} {include file='components/layout/confirmation_messages.tpl'} {include file='components/layout/warning_messages.tpl'} {/if}
{$page} {hook h='displayAdminEndContent'}
{/if}
{if (!isset($lite_display) || (isset($lite_display) && !$lite_display))} {include file='components/layout/non-responsive.tpl'}
{if $display_footer} {include file='footer.tpl'} {/if} {/if} {if isset($php_errors)} {include file="error.tpl"} {/if} {if (!isset($lite_display) || (isset($lite_display) && !$lite_display))} {if isset($modals)}
{$modals}
{/if} {/if}