Refactored advanced search to modal popup

Signed-off-by: Janos SUTO <sj@acts.hu>
This commit is contained in:
Janos SUTO
2021-03-10 18:31:37 +01:00
parent aee8db1b96
commit f22cd3daaa
7 changed files with 95 additions and 121 deletions

View File

@ -1,17 +0,0 @@
<?php
class ControllerSearchPopup extends Controller {
protected function index() {
$this->id = "popup";
$this->template = "search/popup.tpl";
$this->render();
}
}
?>