From 2a269e0c182eb90405644190abe6f40a9cdef615 Mon Sep 17 00:00:00 2001 From: Friendika Date: Fri, 7 Jan 2011 04:33:34 -0800 Subject: use default system theme for system pages --- mod/home.php | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) (limited to 'mod/home.php') diff --git a/mod/home.php b/mod/home.php index 2d646f8dd..d45b13ed5 100644 --- a/mod/home.php +++ b/mod/home.php @@ -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'] .= "
Powered by friendika
"; - */ + + if(x($_SESSION,'theme')) + unset($_SESSION['theme']); + $o .= '

' . ((x($a->config,'sitename')) ? t("Welcome to ").$a->config['sitename'] : "" ) . '

'; if(file_exists('home.html')) $o .= file_get_contents('home.html'); -- cgit v1.2.3