aboutsummaryrefslogtreecommitdiffstats
path: root/mod/home.php
diff options
context:
space:
mode:
authorjeroenpraat <jeroenpraat@xs4all.nl>2014-06-16 22:57:33 +0000
committerjeroenpraat <jeroenpraat@xs4all.nl>2014-06-16 22:57:33 +0000
commit6e7bba046da6f8922c1b89301a0cade71cf7884c (patch)
treee9cbc028cc51b8390f8891586750e1530759246b /mod/home.php
parentb7f9a70be7c7190a398ad54124d792f918389054 (diff)
parenta868da6c07ad93e9cbcac8e13429329b0530d793 (diff)
downloadvolse-hubzilla-6e7bba046da6f8922c1b89301a0cade71cf7884c.tar.gz
volse-hubzilla-6e7bba046da6f8922c1b89301a0cade71cf7884c.tar.bz2
volse-hubzilla-6e7bba046da6f8922c1b89301a0cade71cf7884c.zip
Merge branch 'master' of https://github.com/friendica/red
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;
}