mirror of
https://bitbucket.org/jsuto/piler.git
synced 2025-06-13 00:47:02 +02:00
major rewrite of the web interface
This commit is contained in:
17
webui/controller/search/popup.php
Normal file
17
webui/controller/search/popup.php
Normal file
@ -0,0 +1,17 @@
|
||||
<?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