X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;ds=sidebyside;f=mod%2Ffriendica.php;h=ab92e31ed9aab668fe07f3925c180e63720037e7;hb=41d595d5bc74987d95ffc6f81194ccc20050e5a4;hp=363f1409f19ce1171d6dcc1a3db84f2ff43a2184;hpb=c00aacf9e58cbba11fc912a615a0c272f90bd885;p=friendica.git diff --git a/mod/friendica.php b/mod/friendica.php old mode 100644 new mode 100755 index 363f1409f1..ab92e31ed9 --- a/mod/friendica.php +++ b/mod/friendica.php @@ -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 .= '

'; - $o .= t('This is Friendica, version') . ' ' . FRIENDIKA_VERSION . ' '; + $o .= t('This is Friendica, version') . ' ' . FRIENDICA_VERSION . ' '; $o .= t('running at web location') . ' ' . z_root() . '

'; - $o .= t('Please visit Project.Friendika.com to learn more about the Friendica project.') . '

'; + $o .= t('Please visit Friendica.com to learn more about the Friendica project.') . '

'; - $o .= t('Bug reports and issues: please visit') . ' ' . 'Bugs.Friendika.com

'; + $o .= t('Bug reports and issues: please visit') . ' ' . 'Bugs.Friendica.com

'; $o .= t('Suggestions, praise, donations, etc. - please email "Info" at Friendica - dot com') . '

'; $o .= '

';