From b47b5f2f4c17bd78db94e6800912715758ee4024 Mon Sep 17 00:00:00 2001 From: Robert Buels Date: Thu, 6 Jan 2011 07:59:10 -0800 Subject: [PATCH] fix "main site" link in the header for mirror sites --- mason/site/header/body.mas | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mason/site/header/body.mas b/mason/site/header/body.mas index 84ac53471..3147513ac 100644 --- a/mason/site/header/body.mas +++ b/mason/site/header/body.mas @@ -43,7 +43,7 @@ % # if the site is a mirror, gray out the login/logout links % if( $c->config->{'is_mirror'} ) { - main site + main site % } elsif ( $c->user_exists ) { <% $c->user->get_object->get_first_name || '' %> <% $c->user->get_object->get_last_name || '' %> (log out) -- 2.11.4.GIT