diff options
author | Mike Macgirvin <mike@macgirvin.com> | 2010-07-31 02:18:37 -0700 |
---|---|---|
committer | Mike Macgirvin <mike@macgirvin.com> | 2010-07-31 02:18:37 -0700 |
commit | eaea2a6370cb2582804799651a9110b77655b97b (patch) | |
tree | fff97da32bfdad6888ddd775c47cfd54c20a5121 /mod/home.php | |
parent | aea121ea2addbb3319cf37e22c4d29980612326f (diff) | |
download | volse-hubzilla-eaea2a6370cb2582804799651a9110b77655b97b.tar.gz volse-hubzilla-eaea2a6370cb2582804799651a9110b77655b97b.tar.bz2 volse-hubzilla-eaea2a6370cb2582804799651a9110b77655b97b.zip |
lighter colours
Diffstat (limited to 'mod/home.php')
-rw-r--r-- | mod/home.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mod/home.php b/mod/home.php index 07087bb2c..898313814 100644 --- a/mod/home.php +++ b/mod/home.php @@ -17,7 +17,7 @@ function home_init(&$a) { if(! function_exists('home_content')) { function home_content(&$a) { - $a->page['footer'] .= "<div class=\"powered\" >Powered by <a href=\"http://dfrn.org\" name=\"DFRN.org\" >DFRN</a></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; |