From c6f1b8ab38fd8acd9524b2f3660527292636059a Mon Sep 17 00:00:00 2001 From: martin Date: Sun, 11 Aug 2002 05:06:00 +0000 Subject: [PATCH] Took code out of footer.html (it's in print_footer() instead) --- theme/standard/footer.html | 11 +---------- theme/standardblue/footer.html | 11 +---------- 2 files changed, 2 insertions(+), 20 deletions(-) diff --git a/theme/standard/footer.html b/theme/standard/footer.html index a90488d001..c7645ae55b 100644 --- a/theme/standard/footer.html +++ b/theme/standard/footer.html @@ -2,15 +2,6 @@

-

-id) { - echo get_string("loggedinas", "moodle", "$USER->firstname $USER->lastname"); - echo " (wwwroot/login/logout.php\">".get_string("logout").")"; - } else { - echo get_string("loggedinnot", "moodle"); - echo " (wwwroot/login/\">".get_string("login").")"; - } -?> -

+

diff --git a/theme/standardblue/footer.html b/theme/standardblue/footer.html index a90488d001..c7645ae55b 100644 --- a/theme/standardblue/footer.html +++ b/theme/standardblue/footer.html @@ -2,15 +2,6 @@

-

-id) { - echo get_string("loggedinas", "moodle", "$USER->firstname $USER->lastname"); - echo " (wwwroot/login/logout.php\">".get_string("logout").")"; - } else { - echo get_string("loggedinnot", "moodle"); - echo " (wwwroot/login/\">".get_string("login").")"; - } -?> -

+

-- 2.39.5