aboutsummaryrefslogtreecommitdiffstats
path: root/mod/home.php
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2014-06-16 15:55:20 -0700
committerfriendica <info@friendica.com>2014-06-16 15:55:20 -0700
commita868da6c07ad93e9cbcac8e13429329b0530d793 (patch)
tree5e202aef241c895f3f9ec129e1439d948369b80d /mod/home.php
parent12726c4c3bbd3fd4974c64f069478794c24e9cc9 (diff)
downloadvolse-hubzilla-a868da6c07ad93e9cbcac8e13429329b0530d793.tar.gz
volse-hubzilla-a868da6c07ad93e9cbcac8e13429329b0530d793.tar.bz2
volse-hubzilla-a868da6c07ad93e9cbcac8e13429329b0530d793.zip
project homepage tweaks
Diffstat (limited to 'mod/home.php')
-rw-r--r--mod/home.php1
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 - &quot;The Network&quot;');
return $o;
}