]> git.mxchange.org Git - friendica.git/blobdiff - mod/directory.php
Cleanup /format pre-move
[friendica.git] / mod / directory.php
index ba48bb3926c737a91e03587fa9fc3c008c8be8f8..4f7af868d5a276172b838a3724b27447a6ec2a3b 100644 (file)
@@ -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;