second pass name change

This commit is contained in:
redmatrix
2015-05-05 03:59:51 -07:00
parent a3c37f1458
commit 5b5f0666f9
93 changed files with 372 additions and 372 deletions

View File

@@ -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 - "The Network"');
$a->page['title'] = t('Hubzilla - "The Network"');
return $o;
}