X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=mod%2Fdirectory.php;h=4f7af868d5a276172b838a3724b27447a6ec2a3b;hb=56ee734b00aead633d5d213a6b140b75bc17ba96;hp=ba48bb3926c737a91e03587fa9fc3c008c8be8f8;hpb=f77632378b4a37826da4ce1a3707684bda0f3745;p=friendica.git diff --git a/mod/directory.php b/mod/directory.php index ba48bb3926..4f7af868d5 100644 --- a/mod/directory.php +++ b/mod/directory.php @@ -9,24 +9,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;