project homepage tweaks

This commit is contained in:
friendica
2014-06-16 15:55:20 -07:00
parent 12726c4c3b
commit a868da6c07
3 changed files with 20 additions and 208 deletions

View File

@@ -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;
}