From 462b78a7e7c4052d8d41268237bba7bffc98f55e Mon Sep 17 00:00:00 2001 From: Philip Häusler Date: Sun, 9 Mar 2014 16:01:41 +0100 Subject: better integration of angeltypes about --- includes/view/AngelTypes_view.php | 1 + 1 file changed, 1 insertion(+) diff --git a/includes/view/AngelTypes_view.php b/includes/view/AngelTypes_view.php index b98cb6f5..9d0024aa 100644 --- a/includes/view/AngelTypes_view.php +++ b/includes/view/AngelTypes_view.php @@ -125,6 +125,7 @@ function AngelTypes_about_view($angeltypes, $user_logged_in) { buttons(array( ! $user_logged_in ? button(page_link_to('register'), register_title()) : '', ! $user_logged_in ? button(page_link_to('login'), login_title()) : '', + $user_logged_in ? button(page_link_to('angeltypes'), '« ' . angeltypes_title()) : 'back', button($faq_url, _("FAQ")) )), '

' . _("Here is the list of teams and their tasks. If you have questions, read the FAQ.") . '

' -- cgit v1.2.3-54-g00ecf