From e36ca7b41f58cf0a478f222548d419e254a201be Mon Sep 17 00:00:00 2001 From: friendica Date: Mon, 29 Oct 2012 17:32:23 -0700 Subject: fix page title --- index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.php b/index.php index 8bf3621bf..0c80c0ba5 100644 --- a/index.php +++ b/index.php @@ -357,7 +357,7 @@ head_add_js('mod_' . $a->module . '.js'); if($interval < 10000) $interval = 40000; - $a->page['title'] = $a->config['sitename']; + $a->page['title'] = $a->config['system']['sitename']; $a->page['htmlhead'] = replace_macros($a->page['htmlhead'], array( -- cgit v1.2.3