X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=mod%2Fnewmember.php;h=8028e7e08d9f263cfa3a40a274a8843f1294a14a;hb=36769d77eba0bc90cff6942ba55b00047cb25a2b;hp=683463ecb87dd2aabe9b52557f010084693025b8;hpb=5eca42975cdf3fc0e5be2dfdb05ded9d19ed5b7c;p=friendica.git diff --git a/mod/newmember.php b/mod/newmember.php old mode 100755 new mode 100644 index 683463ecb8..8028e7e08d --- 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 +}