mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-30 08:39:58 +09:00
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@6961 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
b53dded298
commit
be661b7b53
5 changed files with 36 additions and 2 deletions
|
|
@ -3,7 +3,16 @@
|
|||
|
||||
if(Context::get('module')=='admin') return;
|
||||
|
||||
require_once(_XE_PATH_.'addons/smartphone/classes/smartphone.class.php');
|
||||
if($called_position == "before_module_init")
|
||||
{
|
||||
require(_XE_PATH_.'addons/smartphone/classes/smartphone.class.php');
|
||||
|
||||
if(Context::get('full_browse'))
|
||||
{
|
||||
setcookie("FullBrowse", 1);
|
||||
}
|
||||
}
|
||||
|
||||
if(!smartphoneXE::isFromSmartPhone()) return;
|
||||
|
||||
if($called_position == 'after_module_proc' ) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue