diff --git a/lam/templates/config/conflogin.php b/lam/templates/config/conflogin.php index 55e57d8cb..361d8ab97 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 4c6dd34ef..d86d2a0d0 100644 --- a/lam/templates/logout.php +++ b/lam/templates/logout.php @@ -45,6 +45,10 @@ session_destroy(); + + <? echo _("Logout"); ?> + +