forumdirectory: use the directory template from friendica core #807

Merged
rabuzarus merged 2 commits from 20190219_-_frio_support_for_forumdirectory into develop 2019-02-18 14:01:30 +01:00
Showing only changes of commit fb34a16c39 - Show all commits

View file

@ -57,7 +57,6 @@ function forumdirectory_post(App $a)
if (!empty($_POST['search'])) {
$a->data['search'] = $_POST['search'];
}
Logger::log(print_r($_POST, true));
}
function forumdirectory_content(App $a)