7 lines
120 B
PHP
7 lines
120 B
PHP
<?php
|
|
include_once('./_common.php');
|
|
|
|
if (G5_IS_MOBILE) {
|
|
include_once(G5_MSHOP_PATH.'/iteminfo.php');
|
|
return;
|
|
} |