mirror of
https://github.com/friendica/friendica
synced 2025-04-27 01:10:14 +00:00
theme cleanup
This commit is contained in:
parent
881037a0d9
commit
65a420b227
23 changed files with 179 additions and 36 deletions
|
@ -15,6 +15,8 @@ function home_content(&$a) {
|
|||
|
||||
$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>';
|
||||
if(file_exists('home.html'))
|
||||
$o .= file_get_contents('home.html');
|
||||
$o .= login(($a->config['register_policy'] == REGISTER_CLOSED) ? 0 : 1);
|
||||
return $o;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue