From a868da6c07ad93e9cbcac8e13429329b0530d793 Mon Sep 17 00:00:00 2001 From: friendica Date: Mon, 16 Jun 2014 15:55:20 -0700 Subject: project homepage tweaks --- mod/home.php | 1 + 1 file changed, 1 insertion(+) (limited to 'mod/home.php') 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; } -- cgit v1.2.3