diff options
author | friendica <info@friendica.com> | 2014-06-16 15:55:20 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2014-06-16 15:55:20 -0700 |
commit | a868da6c07ad93e9cbcac8e13429329b0530d793 (patch) | |
tree | 5e202aef241c895f3f9ec129e1439d948369b80d /mod | |
parent | 12726c4c3bbd3fd4974c64f069478794c24e9cc9 (diff) | |
download | volse-hubzilla-a868da6c07ad93e9cbcac8e13429329b0530d793.tar.gz volse-hubzilla-a868da6c07ad93e9cbcac8e13429329b0530d793.tar.bz2 volse-hubzilla-a868da6c07ad93e9cbcac8e13429329b0530d793.zip |
project homepage tweaks
Diffstat (limited to 'mod')
-rw-r--r-- | mod/home.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mod/home.php b/mod/home.php index 862f6303c..6f7a0b5d7 100644 --- a/mod/home.php +++ b/mod/home.php @@ -76,6 +76,7 @@ function home_content(&$a) { if(get_config('system','projecthome')) { $o .= file_get_contents('assets/home.html'); $a->page['template'] = 'full'; + $a->page['title'] = t('Red Matrix - "The Network"'); return $o; } |