mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-05-10 20:44:28 +09:00
require location modification
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@7070 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
554baf4bf3
commit
51a00c8c15
1 changed files with 1 additions and 2 deletions
|
|
@ -2,11 +2,10 @@
|
||||||
if(!defined("__ZBXE__")) exit();
|
if(!defined("__ZBXE__")) exit();
|
||||||
|
|
||||||
if(Context::get('module')=='admin') return;
|
if(Context::get('module')=='admin') return;
|
||||||
|
require_once(_XE_PATH_.'addons/smartphone/classes/smartphone.class.php');
|
||||||
|
|
||||||
if($called_position == "before_module_init")
|
if($called_position == "before_module_init")
|
||||||
{
|
{
|
||||||
require(_XE_PATH_.'addons/smartphone/classes/smartphone.class.php');
|
|
||||||
|
|
||||||
if(Context::get('full_browse'))
|
if(Context::get('full_browse'))
|
||||||
{
|
{
|
||||||
setcookie("FullBrowse", 1);
|
setcookie("FullBrowse", 1);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue