]> git.mxchange.org Git - friendica.git/blobdiff - mod/friendica.php
Merge branch 'master' of git://github.com/friendica/friendica
[friendica.git] / mod / friendica.php
old mode 100644 (file)
new mode 100755 (executable)
index 363f140..ab92e31
@@ -15,13 +15,13 @@ function friendica_init(&$a) {
                }
 
                $data = Array(
-                       'version' => FRIENDIKA_VERSION,
+                       'version' => FRIENDICA_VERSION,
                        'url' => z_root(),
                        'plugins' => $a->plugins,
                        'register_policy' =>  $register_policy[$a->config['register_policy']],
                        'admin' => $admin,
                        'site_name' => $a->config['sitename'],
-                       'platform' => FRIENDIKA_PLATFORM,
+                       'platform' => FRIENDICA_PLATFORM,
                        'info' => ((x($a->config,'info')) ? $a->config['info'] : '')                    
                );
 
@@ -40,12 +40,12 @@ function friendica_content(&$a) {
 
        $o .= '<p></p><p>';
 
-       $o .= t('This is Friendica, version') . ' ' . FRIENDIKA_VERSION . ' ';
+       $o .= t('This is Friendica, version') . ' ' . FRIENDICA_VERSION . ' ';
        $o .= t('running at web location') . ' ' . z_root() . '</p><p>';
 
-       $o .= t('Please visit <a href="http://project.friendika.com">Project.Friendika.com</a> to learn more about the Friendica project.') . '</p><p>';        
+       $o .= t('Please visit <a href="http://friendica.com">Friendica.com</a> to learn more about the Friendica project.') . '</p><p>';        
 
-       $o .= t('Bug reports and issues: please visit') . ' ' . '<a href="http://bugs.friendika.com">Bugs.Friendika.com</a></p><p>';
+       $o .= t('Bug reports and issues: please visit') . ' ' . '<a href="http://bugs.friendica.com">Bugs.Friendica.com</a></p><p>';
        $o .= t('Suggestions, praise, donations, etc. - please email "Info" at Friendica - dot com') . '</p>';
 
        $o .= '<p></p>';