diff --git a/lam/templates/config/conflogin.php b/lam/templates/config/conflogin.php index 55e57d8c..361d8ab9 100644 --- a/lam/templates/config/conflogin.php +++ b/lam/templates/config/conflogin.php @@ -31,10 +31,11 @@ session_start(); - <? - echo _("Login"); - ?> + <? + echo _("Login"); + ?> +

diff --git a/lam/templates/logout.php b/lam/templates/logout.php index 4c6dd34e..d86d2a0d 100644 --- a/lam/templates/logout.php +++ b/lam/templates/logout.php @@ -45,6 +45,10 @@ session_destroy(); + + <? echo _("Logout"); ?> + +