make home.html fullpage mode - make directory search work for non-logged in, but leave off suggest and invite

This commit is contained in:
friendica
2013-12-14 17:03:37 -08:00
parent c00f0d4b28
commit d14e2db6b4
4 changed files with 12 additions and 13 deletions

View File

@@ -1,6 +1,6 @@
<?php
if(! function_exists('home_init')) {
function home_init(&$a) {
$ret = array();
@@ -20,10 +20,10 @@ function home_init(&$a) {
goaway(z_root() . '/new_channel');
}
}}
}
if(! function_exists('home_content')) {
function home_content(&$a) {
$o = '';
@@ -85,4 +85,4 @@ require_once('include/conversation.php');
return $o;
}
}