piler/webui/controller/search/popup.php

18 lines
201 B
PHP
Raw Permalink Normal View History

2012-09-06 15:27:20 +02:00
<?php
class ControllerSearchPopup extends Controller {
protected function index() {
$this->id = "popup";
$this->template = "search/popup.tpl";
$this->render();
}
}
?>