X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=mod%2Fnewmember.php;h=b1eda7a2d11518e9e85ee946da38bacd8dd38000;hb=a876c208504af3ee801689886ec8cab8f3eeff00;hp=b3bf310d5bb8515f938bbd0a39771513d82a83d4;hpb=6b44fbbda03af125035c185c964f10ce78f97610;p=friendica.git diff --git a/mod/newmember.php b/mod/newmember.php index b3bf310d5b..b1eda7a2d1 100644 --- a/mod/newmember.php +++ b/mod/newmember.php @@ -8,13 +8,14 @@ use Friendica\Core\L10n; function newmember_content(App $a) { - $o = '

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

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

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

'; $o .= '

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

'; $o .= '
'; $o .= L10n::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 .= '

' . L10n::t('Getting Started') . '

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

' . L10n::t('Settings') . '

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

' . L10n::t('Groups') . '

'; $o .= ''; $o .= '
'; + $o .= '
'; return $o; }