mirror of
https://bitbucket.org/jsuto/piler.git
synced 2025-10-28 05:22:26 +01:00
Refactored advanced search to modal popup
Signed-off-by: Janos SUTO <sj@acts.hu>
This commit is contained in:
@@ -1,17 +0,0 @@
|
||||
<?php
|
||||
|
||||
|
||||
class ControllerSearchPopup extends Controller {
|
||||
|
||||
protected function index() {
|
||||
|
||||
$this->id = "popup";
|
||||
$this->template = "search/popup.tpl";
|
||||
|
||||
$this->render();
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
|
||||
?>
|
||||
Reference in New Issue
Block a user