aboutsummaryrefslogtreecommitdiffstats
path: root/mod/home.php
diff options
context:
space:
mode:
authorredmatrix <redmatrix@redmatrix.me>2015-05-05 03:59:51 -0700
committerredmatrix <redmatrix@redmatrix.me>2015-05-05 03:59:51 -0700
commit5b5f0666f9addc4b2c0cd69495d9fe8f76011ee2 (patch)
tree77f218c70fb424a0e473b76159a89a87de0ec683 /mod/home.php
parenta3c37f145817407df28e9ffea6a83a6cd2b31cdd (diff)
downloadvolse-hubzilla-5b5f0666f9addc4b2c0cd69495d9fe8f76011ee2.tar.gz
volse-hubzilla-5b5f0666f9addc4b2c0cd69495d9fe8f76011ee2.tar.bz2
volse-hubzilla-5b5f0666f9addc4b2c0cd69495d9fe8f76011ee2.zip
second pass name change
Diffstat (limited to 'mod/home.php')
-rw-r--r--mod/home.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/mod/home.php b/mod/home.php
index 7bb138d2e..5cd2fd6de 100644
--- a/mod/home.php
+++ b/mod/home.php
@@ -50,7 +50,7 @@ function home_content(&$a, $update = 0, $load = false) {
if(get_config('system','projecthome')) {
$o .= file_get_contents('assets/home.html');
$a->page['template'] = 'full';
- $a->page['title'] = t('Red Matrix - &quot;The Network&quot;');
+ $a->page['title'] = t('Hubzilla - &quot;The Network&quot;');
return $o;
}