From b795ce4fe7c952600ed3520d6822006a2190d4f8 Mon Sep 17 00:00:00 2001 From: friendica Date: Wed, 23 Nov 2011 23:17:26 -0800 Subject: little stuff - name change, live updates, new network types --- mod/admin.php | 4 ++-- mod/friendica.php | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) (limited to 'mod') diff --git a/mod/admin.php b/mod/admin.php index c4bb70056..8ca89900c 100644 --- a/mod/admin.php +++ b/mod/admin.php @@ -146,7 +146,7 @@ function admin_page_summary(&$a) { '$users' => Array( t('Registered users'), $users), '$accounts' => $accounts, '$pending' => Array( t('Pending registrations'), $pending), - '$version' => Array( t('Version'), FRIENDIKA_VERSION), + '$version' => Array( t('Version'), FRIENDICA_VERSION), '$build' => get_config('system','build'), '$plugins' => Array( t('Active plugins'), $a->plugins ) )); @@ -700,7 +700,7 @@ function admin_page_remoteupdate(&$a) { '$baseurl' => $a->get_baseurl(), '$submit' => t("Update now"), '$close' => t("Close"), - '$localversion' => FRIENDIKA_VERSION, + '$localversion' => FRIENDICA_VERSION, '$remoteversion' => $u[1], '$needupdate' => $needupdate, '$canwrite' => $canwrite, 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 .= '

'; - $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.') . '

'; -- cgit v1.2.3