{strip} {include file="header.tpl"} {if $smarty_template != 'login'} {config_load file="menu.conf" section=$smarty_template} {if $authentication_has_role.user} {include file='users_menu.tpl'} {else} {include file='menu.tpl'} {/if} {/if}
{if $authentication_has_role.user && $CONF.motd_user}
{$CONF.motd_user}
{elseif $authentication_has_role.global_admin && $CONF.motd_superadmin}
{$CONF.motd_superadmin}
{elseif $authentication_has_role.admin && $CONF.motd_admin}
{$CONF.motd_admin}
{/if} {include file='flash_error.tpl'} {if $smarty_template} {include file="$smarty_template.tpl"} {else}

Template not found

({$smarty.server.PHP_SELF|escape:"html"}) {/if} {include file='footer.tpl'} {/strip}