X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=mod%2Fdirectory.php;h=cb0b1f4cd115d18af37ba4bbd55faf796d02132c;hb=e5429b2d174a2410a06079f13de24ece013733b9;hp=ba48bb3926c737a91e03587fa9fc3c008c8be8f8;hpb=4ebebe96fee1ea3dda219fa7049e6d14a142aa19;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;