mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-06 18:21:39 +09:00
Make be able to search on your mobile phone
Enhance the search module to view mobile page, and add a default skin, sutable for mobile environment.
This commit is contained in:
parent
8dfd018435
commit
64acd714e0
18 changed files with 1093 additions and 1 deletions
21
modules/integration_search/integration_search.mobile.php
Normal file
21
modules/integration_search/integration_search.mobile.php
Normal file
|
|
@ -0,0 +1,21 @@
|
|||
<?php
|
||||
/* Copyright (C) XETOWN CMS <https://www.xetown.com> */
|
||||
/**
|
||||
* The view class of the integration_search module
|
||||
*
|
||||
* @author MinSoo Kim <misol.kr@gmail.com>
|
||||
*/
|
||||
require_once(_XE_PATH_.'modules/board/board.view.php');
|
||||
|
||||
class integration_searchMobile extends integration_searchView
|
||||
{
|
||||
/**
|
||||
* Search Result
|
||||
*
|
||||
* @return Object
|
||||
*/
|
||||
function IS()
|
||||
{
|
||||
parent::IS();
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue