diff options
author | Mike Macgirvin <mike@macgirvin.com> | 2010-08-03 18:17:42 -0700 |
---|---|---|
committer | Mike Macgirvin <mike@macgirvin.com> | 2010-08-03 18:17:42 -0700 |
commit | 8f7e81a8b31aa8d734d9fe014ecdb7d2a13301d2 (patch) | |
tree | d50b9bbbe27949f1796dcc74e52346590676c8c5 /mod/home.php | |
parent | 4b39cc5f9b9de942bad9cf3a95333713f62c1d4b (diff) | |
download | volse-hubzilla-8f7e81a8b31aa8d734d9fe014ecdb7d2a13301d2.tar.gz volse-hubzilla-8f7e81a8b31aa8d734d9fe014ecdb7d2a13301d2.tar.bz2 volse-hubzilla-8f7e81a8b31aa8d734d9fe014ecdb7d2a13301d2.zip |
front page
Diffstat (limited to 'mod/home.php')
-rw-r--r-- | mod/home.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mod/home.php b/mod/home.php index 898313814..4905789db 100644 --- a/mod/home.php +++ b/mod/home.php @@ -16,8 +16,8 @@ function home_init(&$a) { if(! function_exists('home_content')) { function home_content(&$a) { - - $a->page['footer'] .= "<div class=\"powered\" >Powered by <a href=\"http://mistpark.com\" name=\"Mistpark\" >Mistpark</a></div>"; + $a->page['header'] .= '<div id="logo">mistpark</div>'; + $a->page['footer'] .= "<div class=\"powered\" >Powered by <a href=\"http://mistpark.com\" name=\"mistpark\" >mistpark</a></div>"; $o .= '<h1>Welcome' . ((x($a->config,'sitename')) ? " to {$a->config['sitename']}" : "" ) . '</h1>'; $o .= login(($a->config['register_policy'] == REGISTER_CLOSED) ? 0 : 1); return $o; |