{* -- By default, check admin login ----------------------------------------- *} {block name="check-auth"} {check_auth role="ADMIN" resource="{block name="check-resource"}{/block}" module="{block name="check-module"}{/block}" access="{block name="check-access"}{/block}" login_tpl="/admin/login"} {/block} {block name="no-return-functions"}{/block} {* -- Define some stuff for Smarty ------------------------------------------ *} {config_load file='variables.conf'} {* -- Declare assets directory, relative to template base directory --------- *} {declare_assets directory='assets'} {* Set the default translation domain, that will be used by {intl} when the 'd' parameter is not set *} {default_translation_domain domain='bo.default'}
{block name="main-title"}{intl l="Welcome to Thelia administration !"}{/block}
{loop type="lang" name="ui-lang" backend_context="1"}
{/loop}