aboutsummaryrefslogtreecommitdiffstats
path: root/mod/home.php
diff options
context:
space:
mode:
authorredmatrix <redmatrix@redmatrix.me>2015-05-17 16:28:16 -0700
committerredmatrix <redmatrix@redmatrix.me>2015-05-17 16:28:16 -0700
commit91d7b0f7eb7d3d7240b9ba12e2fbd71334b5a458 (patch)
treee33928bc87d27d661303c77925a0dd5b69167006 /mod/home.php
parent51b6d709965faa104b02fe148dbe8cf407ff47fa (diff)
downloadvolse-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.php2
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 - &quot;The Network&quot;');
+ $a->page['title'] = t('$Projectname');
return $o;
}