X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=mod%2Fdirectory.php;h=cb0b1f4cd115d18af37ba4bbd55faf796d02132c;hb=7034d6efbd988e7481ac6f5d6413a8925221ed6b;hp=ba48bb3926c737a91e03587fa9fc3c008c8be8f8;hpb=dbf7c7d9ad697f7951f102c8372e7d65c167de96;p=friendica.git diff --git a/mod/directory.php b/mod/directory.php index ba48bb3926..cb0b1f4cd1 100644 --- a/mod/directory.php +++ b/mod/directory.php @@ -1,5 +1,7 @@ set_pager_itemspage(60); @@ -9,24 +11,18 @@ function directory_init(App $a) { $a->page['aside'] .= findpeople_widget(); $a->page['aside'] .= follow_widget(); - } else { unset($_SESSION['theme']); unset($_SESSION['mobile-theme']); } - - } - function directory_post(App $a) { if(x($_POST,'search')) $a->data['search'] = $_POST['search']; } - - function directory_content(App $a) { global $db;