diff options
author | redmatrix <redmatrix@redmatrix.me> | 2015-05-17 16:28:16 -0700 |
---|---|---|
committer | redmatrix <redmatrix@redmatrix.me> | 2015-05-17 16:28:16 -0700 |
commit | 91d7b0f7eb7d3d7240b9ba12e2fbd71334b5a458 (patch) | |
tree | e33928bc87d27d661303c77925a0dd5b69167006 /mod/home.php | |
parent | 51b6d709965faa104b02fe148dbe8cf407ff47fa (diff) | |
download | volse-hubzilla-91d7b0f7eb7d3d7240b9ba12e2fbd71334b5a458.tar.gz volse-hubzilla-91d7b0f7eb7d3d7240b9ba12e2fbd71334b5a458.tar.bz2 volse-hubzilla-91d7b0f7eb7d3d7240b9ba12e2fbd71334b5a458.zip |
more work isolating the projectname from core.
Diffstat (limited to 'mod/home.php')
-rw-r--r-- | mod/home.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mod/home.php b/mod/home.php index 7bb138d2e..03133a217 100644 --- a/mod/home.php +++ b/mod/home.php @@ -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('$Projectname'); return $o; } |