diff options
author | jeroenpraat <jeroenpraat@xs4all.nl> | 2014-06-16 22:57:33 +0000 |
---|---|---|
committer | jeroenpraat <jeroenpraat@xs4all.nl> | 2014-06-16 22:57:33 +0000 |
commit | 6e7bba046da6f8922c1b89301a0cade71cf7884c (patch) | |
tree | e9cbc028cc51b8390f8891586750e1530759246b /mod/home.php | |
parent | b7f9a70be7c7190a398ad54124d792f918389054 (diff) | |
parent | a868da6c07ad93e9cbcac8e13429329b0530d793 (diff) | |
download | volse-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.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; } |