From 2a23a7e8405cde73ad95e1c0103fe49df3a883f9 Mon Sep 17 00:00:00 2001 From: Mike Macgirvin Date: Tue, 2 Nov 2010 20:17:46 -0700 Subject: project rename --- mod/home.php | 2 +- mod/install.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'mod') diff --git a/mod/home.php b/mod/home.php index b04c72896..9239f1d17 100644 --- a/mod/home.php +++ b/mod/home.php @@ -16,7 +16,7 @@ function home_content(&$a) { $o = ''; if(! (x($a->page,'footer'))) $a->page['footer'] = ''; - $a->page['footer'] .= "
Powered by mistpark
"; + $a->page['footer'] .= "
Powered by friendika
"; $o .= '

Welcome' . ((x($a->config,'sitename')) ? " to {$a->config['sitename']}" : "" ) . '

'; if(file_exists('home.html')) $o .= file_get_contents('home.html'); diff --git a/mod/install.php b/mod/install.php index c80fb54fb..67c1a479e 100644 --- a/mod/install.php +++ b/mod/install.php @@ -64,7 +64,7 @@ function install_post(&$a) { function install_content(&$a) { - notice( t('Welcome to the Mistpark Social Network.') . EOL); + notice( t('Welcome to Friendika.') . EOL); $o .= check_htconfig(); if(strlen($o)) -- cgit v1.2.3