X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=mod%2Fnewmember.php;h=8028e7e08d9f263cfa3a40a274a8843f1294a14a;hb=01daaafc92d09f042ae3f881bf97606c449f6d3e;hp=a423d11b8fbec3e912700f48a807f8c2c11fadc9;hpb=39405c8056b4a1d55c97fb2963d8776695dbeb30;p=friendica.git diff --git a/mod/newmember.php b/mod/newmember.php index a423d11b8f..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,39 +11,77 @@ 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 .= '';