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