diff options
author | friendica <info@friendica.com> | 2011-11-23 23:17:26 -0800 |
---|---|---|
committer | friendica <info@friendica.com> | 2011-11-23 23:17:26 -0800 |
commit | b795ce4fe7c952600ed3520d6822006a2190d4f8 (patch) | |
tree | 0c0173b3e05598bbc6cbbb9281f02ad923d37fa3 /mod/friendica.php | |
parent | fe0c039d487962359ac995eb5ec555c3a111ad1c (diff) | |
download | volse-hubzilla-b795ce4fe7c952600ed3520d6822006a2190d4f8.tar.gz volse-hubzilla-b795ce4fe7c952600ed3520d6822006a2190d4f8.tar.bz2 volse-hubzilla-b795ce4fe7c952600ed3520d6822006a2190d4f8.zip |
little stuff - name change, live updates, new network types
Diffstat (limited to 'mod/friendica.php')
-rw-r--r-- | mod/friendica.php | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/mod/friendica.php b/mod/friendica.php index 363f1409f..9dd6b7383 100644 --- 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,7 +40,7 @@ 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>'; |