mirror of
https://bitbucket.org/jsuto/piler.git
synced 2025-10-28 05:22:26 +01:00
@@ -23,7 +23,12 @@ class ControllerSearchHelper extends Controller {
|
||||
public function index(){
|
||||
|
||||
$this->id = "content";
|
||||
$this->template = "search/helper.tpl";
|
||||
if(MOBILE_DEVICE) {
|
||||
$this->template = "search/helper-mobile.tpl";
|
||||
} else {
|
||||
$this->template = "search/helper.tpl";
|
||||
}
|
||||
|
||||
$this->layout = "common/layout-empty";
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user