mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-04 01:01:41 +09:00
Eliminate unnecessary require_once in mobile classes
This commit is contained in:
parent
17c6e48784
commit
460cfd5455
5 changed files with 2 additions and 6 deletions
|
|
@ -1,8 +1,6 @@
|
|||
<?php
|
||||
/* Copyright (C) NAVER <http://www.navercorp.com> */
|
||||
|
||||
require_once(_XE_PATH_.'modules/board/board.view.php');
|
||||
|
||||
class boardMobile extends boardView
|
||||
{
|
||||
function init()
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
<?php
|
||||
/* Copyright (C) NAVER <http://www.navercorp.com> */
|
||||
require_once(_XE_PATH_.'modules/member/member.view.php');
|
||||
|
||||
class memberMobile extends memberView
|
||||
{
|
||||
/**
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
<?php
|
||||
/* Copyright (C) NAVER <http://www.navercorp.com> */
|
||||
require_once(_XE_PATH_.'modules/message/message.view.php');
|
||||
|
||||
class messageMobile extends messageView
|
||||
{
|
||||
/**
|
||||
|
|
|
|||
|
|
@ -1,5 +1,4 @@
|
|||
<?php
|
||||
require_once(_XE_PATH_.'modules/ncenterlite/ncenterlite.view.php');
|
||||
|
||||
class ncenterliteMobile extends ncenterliteView
|
||||
{
|
||||
|
|
|
|||
|
|
@ -1,6 +1,5 @@
|
|||
<?php
|
||||
/* Copyright (C) NAVER <http://www.navercorp.com> */
|
||||
require_once(_XE_PATH_.'modules/page/page.view.php');
|
||||
|
||||
class pageMobile extends pageView
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue