]> git.mxchange.org Git - friendica.git/blobdiff - mod/newmember.php
try and get unadulterated bb2md2html2bb for simple stuff, then we'll work up to harde...
[friendica.git] / mod / newmember.php
index 683463ecb87dd2aabe9b52557f010084693025b8..a423d11b8fbec3e912700f48a807f8c2c11fadc9 100644 (file)
@@ -13,7 +13,7 @@ function newmember_content(&$a) {
 
        $o .= '<ul>';
 
-       $o .= '<li>' . '<a target="newmember" href="/help/guide">' . t('On your <em>Quick Start</em> page - find a brief introduction to your profile and network tabs, connect to Facebook, make some new connections, and find some groups to join.') . '</a></li>' . EOL; 
+       $o .= '<li>' . '<a target="newmember" href="help/guide">' . t('On your <em>Quick Start</em> page - find a brief introduction to your profile and network tabs, connect to Facebook, make some new connections, and find some groups to join.') . '</a></li>' . EOL; 
 
        $o .= '<li>' . '<a target="newmember" href="settings">' . t('On your <em>Settings</em> page -  change your initial password. Also make a note of your Identity Address. This looks just like an email address - and will be useful in making friends on the free social web.') . '</a></li>' . EOL; 
 
@@ -48,4 +48,4 @@ function newmember_content(&$a) {
        $o .= '</div>';
 
        return $o;
-}
\ No newline at end of file
+}