diff options
author | Philip Häusler <msquare@notrademark.de> | 2014-03-09 16:01:41 +0100 |
---|---|---|
committer | Philip Häusler <msquare@notrademark.de> | 2014-03-09 16:01:41 +0100 |
commit | 462b78a7e7c4052d8d41268237bba7bffc98f55e (patch) | |
tree | 279066d5b4a285c02031e0581a7d689e099415e0 /includes/view | |
parent | ab450600d76f79190b956f7f74cbc6a04ebcdf71 (diff) |
better integration of angeltypes about
Diffstat (limited to 'includes/view')
-rw-r--r-- | includes/view/AngelTypes_view.php | 1 |
1 files changed, 1 insertions, 0 deletions
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")) )), '<p>' . _("Here is the list of teams and their tasks. If you have questions, read the FAQ.") . '</p>' |