diff options
author | friendica <info@friendica.com> | 2012-10-29 17:32:23 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2012-10-29 17:32:23 -0700 |
commit | e36ca7b41f58cf0a478f222548d419e254a201be (patch) | |
tree | 546fbedc807363bb0261408b5b328ed8e3ee45da | |
parent | e3c2e589794b13e23c1184deeba37e41dbc0144b (diff) | |
download | volse-hubzilla-e36ca7b41f58cf0a478f222548d419e254a201be.tar.gz volse-hubzilla-e36ca7b41f58cf0a478f222548d419e254a201be.tar.bz2 volse-hubzilla-e36ca7b41f58cf0a478f222548d419e254a201be.zip |
fix page title
-rw-r--r-- | index.php | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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( |