mirror of
https://github.com/friendica/friendica
synced 2025-04-24 11:50:10 +00:00
bug fixes
This commit is contained in:
parent
9b0584e593
commit
bbe53699f2
10 changed files with 29 additions and 26 deletions
|
@ -19,7 +19,7 @@ function home_content(&$a) {
|
|||
|
||||
$a->page['footer'] .= "<div class=\"powered\" >Powered by <a href=\"http://dfrn.org\" name=\"DFRN.org\" >DFRN</a></div>";
|
||||
$o .= '<h1>Welcome' . ((x($a->config,'sitename')) ? " to {$a->config['sitename']}" : "" ) . '</h1>';
|
||||
$o .= login(($a->config['register_html'] == REGISTER_CLOSED) ? 0 : 1);
|
||||
$o .= login(($a->config['register_policy'] == REGISTER_CLOSED) ? 0 : 1);
|
||||
return $o;
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue