No se si me explico bien; aquí el código:
Código PHP:
<!-- top-bar alert-->
{/if}
<div class="main-header">
<div class="container header-container">
<div class="brand-container {if $user->_logged_in}hidden-xs{/if}">
<!-- brand -->
<a href="{$system['system_url']}" class="brand">
{if $system['system_logo']}
<img width="60" src="{$system['system_uploads']}/{$system['system_logo']}" alt="{$system['system_title']}" title="{$system['system_title']}">
{else}
{$system['system_title']}
{/if}
</a>