From 4cf1fab3b6f981310d5bed5ddd91ff1fa7a39aad Mon Sep 17 00:00:00 2001 From: Roland Gruber Date: Wed, 21 May 2003 17:39:30 +0000 Subject: [PATCH] added CSS --- lam/templates/config/conflogin.php | 7 ++++--- lam/templates/logout.php | 4 ++++ 2 files changed, 8 insertions(+), 3 deletions(-) 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"); ?> + +