more cleanup

This commit is contained in:
friendica 2013-04-14 22:28:45 -07:00
parent b84d8bfbc9
commit 53c69a17c5
2 changed files with 1 additions and 2 deletions

View file

@ -1524,7 +1524,7 @@ require_once('include/security.php');
$name = get_config('system','sitename');
$server = $a->get_hostname();
$logo = $a->get_baseurl() . '/images/fred-64.png';
$logo = $a->get_baseurl() . '/images/r!.png';
$email = get_config('system','admin_email');
$closed = ((get_config('system','register_policy') == REGISTER_CLOSED) ? 'true' : 'false');
$private = ((get_config('system','block_public')) ? 'true' : 'false');

View file

@ -192,7 +192,6 @@ EOT;
$banner = get_config('system','banner');
if($banner === false)
// $banner .= '<a href="http://friendica.com"><img id="logo-img" src="images/fred-32.png" alt="logo" /></a>';
$banner = 'red';
$tpl = get_markup_template('nav.tpl');