mirror of
https://bitbucket.org/jsuto/piler.git
synced 2026-05-30 15:46:02 +02:00
major rewrite of the web interface
This commit is contained in:
@@ -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