better integration of angeltypes about
This commit is contained in:
parent
ab450600d7
commit
462b78a7e7
|
@ -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>'
|
||||||
|
|
Loading…
Reference in New Issue