mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-09 03:32:00 +09:00
iphone -> smartphone
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@6169 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
9913ffca17
commit
2a19222111
1 changed files with 3 additions and 3 deletions
|
|
@ -368,9 +368,9 @@
|
|||
$instance_name = sprintf("%s%s",$module,"WAP");
|
||||
$class_file = sprintf('%s%s%s.wap.php', _XE_PATH_, $class_path, $module);
|
||||
break;
|
||||
case 'iphone' :
|
||||
$instance_name = sprintf("%s%s",$module,"IPhone");
|
||||
$class_file = sprintf('%s%s%s.iphone.php', _XE_PATH_, $class_path, $module);
|
||||
case 'smartphone' :
|
||||
$instance_name = sprintf("%s%s",$module,"SPhone");
|
||||
$class_file = sprintf('%s%s%s.smartphone.php', _XE_PATH_, $class_path, $module);
|
||||
break;
|
||||
case 'class' :
|
||||
$instance_name = $module;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue