X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;ds=sidebyside;f=mod%2Fnewmember.php;h=8028e7e08d9f263cfa3a40a274a8843f1294a14a;hb=388847e1f371554f50613357de06cf4a6ec751c9;hp=683463ecb87dd2aabe9b52557f010084693025b8;hpb=43d5876e8b35d53a0bef5248c5d63e5bc209dbbf;p=friendica.git diff --git a/mod/newmember.php b/mod/newmember.php index 683463ecb8..8028e7e08d 100644 --- a/mod/newmember.php +++ b/mod/newmember.php @@ -3,7 +3,7 @@ function newmember_content(&$a) { - $o = '

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

'; + $o = '

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

'; $o .= '

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

'; @@ -11,41 +11,79 @@ function newmember_content(&$a) { $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 +}