better integration of angeltypes about

This commit is contained in:
Philip Häusler 2014-03-09 16:01:41 +01:00
parent ab450600d7
commit 462b78a7e7
1 changed files with 1 additions and 0 deletions

View File

@ -125,6 +125,7 @@ function AngelTypes_about_view($angeltypes, $user_logged_in) {
buttons(array( buttons(array(
! $user_logged_in ? button(page_link_to('register'), register_title()) : '', ! $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('login'), login_title()) : '',
$user_logged_in ? button(page_link_to('angeltypes'), '« ' . angeltypes_title()) : 'back',
button($faq_url, _("FAQ")) button($faq_url, _("FAQ"))
)), )),
'<p>' . _("Here is the list of teams and their tasks. If you have questions, read the FAQ.") . '</p>' '<p>' . _("Here is the list of teams and their tasks. If you have questions, read the FAQ.") . '</p>'