12 | {if $authentication_has_role.user && $CONF.motd_user} 13 |
{$CONF.motd_user}
14 | {elseif $authentication_has_role.global_admin && $CONF.motd_superadmin} 15 |
{$CONF.motd_superadmin}
16 | {elseif $authentication_has_role.admin && $CONF.motd_admin} 17 |
{$CONF.motd_admin}
18 | {/if} 19 | 20 | {include file='flash_error.tpl'} 21 | {if $smarty_template} 22 | {include file="$smarty_template.tpl"} 23 | {else} 24 |

Template not found

25 | ({$smarty.server.PHP_SELF|escape:"html"}) 26 | {/if} 27 |