Files
firstgarden-web-gnu/shop/iteminfo.php
2013-09-25 18:22:10 +09:00

8 lines
123 B
PHP

<?php
include_once('./_common.php');
if (G5_IS_MOBILE) {
include_once(G5_MSHOP_PATH.'/iteminfo.php');
return;
}
?>