X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=mod%2Fnewmember.php;h=8028e7e08d9f263cfa3a40a274a8843f1294a14a;hb=686ba3fcb05c26dd75bc8b6cdf8fb589dfdb4645;hp=bc1fb75085c5cd27788aa9aea06cc41227bc2027;hpb=00c548cc8f91b6087fa923da7b939a0fa2c264dc;p=friendica.git diff --git a/mod/newmember.php b/mod/newmember.php index bc1fb75085..8028e7e08d 100644 --- a/mod/newmember.php +++ b/mod/newmember.php @@ -3,41 +3,87 @@ function newmember_content(&$a) { - $o = '

' . t('Welcome to Friendika') . '

'; + $o = '

' . t('Welcome to Friendica') . '

'; $o .= '

' . t('New Member Checklist') . '

'; $o .= '
'; - $o .= t('We would like to offer some tips and links to help make your experience enjoyable. Click any item to visit the relevant page.'); + $o .= t('We would like to offer some tips and links to help make your experience enjoyable. Click any item to visit the relevant page. A link to this page will be visible from your home page for two weeks after your initial registration and then will quietly disappear.'); + + $o .= '

' . t('Getting Started') . '

'; $o .= ''; + + $o .= '

' . t('Settings') . '

'; + + $o .= ''; + + $o .= '

' . t('Profile') . '

'; + + $o .= ''; + + $o .= '

' . t('Connecting') . '

'; + + $o .= ''; + + $o .= '

' . t('Groups') . '

'; + + $o .= ''; + + $o .= '

' . t('Getting Help') . '

'; + + $o .= ''; $o .= '
'; return $o; -} \ No newline at end of file +}