mirror of
https://github.com/friendica/friendica
synced 2025-04-27 05:10:10 +00:00
use default system theme for system pages
This commit is contained in:
parent
d1432fe7b5
commit
2a269e0c18
5 changed files with 16 additions and 5 deletions
|
@ -14,11 +14,10 @@ if(! function_exists('home_content')) {
|
|||
function home_content(&$a) {
|
||||
|
||||
$o = '';
|
||||
/*
|
||||
* if(! (x($a->page,'footer')))
|
||||
* $a->page['footer'] = '';
|
||||
* $a->page['footer'] .= "<div class=\"powered\" >Powered by <a href=\"http://friendika.com\" title=\"friendika\" >friendika</a></div>";
|
||||
*/
|
||||
|
||||
if(x($_SESSION,'theme'))
|
||||
unset($_SESSION['theme']);
|
||||
|
||||
$o .= '<h1>' . ((x($a->config,'sitename')) ? t("Welcome to ").$a->config['sitename'] : "" ) . '</h1>';
|
||||
if(file_exists('home.html'))
|
||||
$o .= file_get_contents('home.html');
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue