Index: branches/dev/data/conf/mobile.conf
===================================================================
--- branches/dev/data/conf/mobile.conf	(revision 11832)
+++ branches/dev/data/conf/mobile.conf	(revision 11850)
@@ -34,11 +34,4 @@
 define('IMAGE_SAVE_URL', URL_DIR . 'upload/save_image/');	// ²èÁüÊÝÂ¸ÀèURL
 */
-
-//--------------------------------------------------------------------------------------------------------
-/** ¥Ñ¥¹´ØÏ¢ **/
-// ¥Ö¥í¥Ã¥¯¥Õ¥¡¥¤¥ëÊÝÂ¸Àè
-define("MOBILE_BLOC_DIR", "include/bloc/");
-define("MOBILE_BLOC_PATH", MOBILE_USER_PATH . MOBILE_BLOC_DIR);
-
 //--------------------------------------------------------------------------------------------------------
 // ¥â¥Ð¥¤¥ë¥µ¥¤¥ÈÀìÍÑ¤ÎÀßÄê
@@ -87,4 +80,6 @@
 define('MOBILE_IMAGE_URL', URL_DIR . 'converted_images');
 
+/* URL */
+define('MOBILE_URL_SITE_TOP', MOBILE_URL_DIR . 'index.php');
 
 //--------------------------------------------------------------------------------------------------------
Index: branches/dev/data/Smarty/templates/mobile/products/search.tpl
===================================================================
--- branches/dev/data/Smarty/templates/mobile/products/search.tpl	(revision 11800)
+++ branches/dev/data/Smarty/templates/mobile/products/search.tpl	(revision 11850)
@@ -24,5 +24,5 @@
 
 <a href="<!--{$smarty.const.URL_CART_TOP}-->" accesskey="9"><!--{9|numeric_emoji}-->¤«¤´¤ò¸«¤ë</a><br>
-<a href="<!--{$smarty.const.URL_SITE_TOP}-->" accesskey="0"><!--{0|numeric_emoji}-->TOP¥Ú¡¼¥¸¤Ø</a><br>
+<a href="<!--{$smarty.const.MOBILE_URL_SITE_TOP}-->" accesskey="0"><!--{0|numeric_emoji}-->TOP¥Ú¡¼¥¸¤Ø</a><br>
 
 <br>
Index: branches/dev/data/Smarty/templates/mobile/products/category_list.tpl
===================================================================
--- branches/dev/data/Smarty/templates/mobile/products/category_list.tpl	(revision 11800)
+++ branches/dev/data/Smarty/templates/mobile/products/category_list.tpl	(revision 11850)
@@ -27,5 +27,5 @@
 
 <a href="<!--{$smarty.const.URL_CART_TOP}-->" accesskey="9"><!--{9|numeric_emoji}-->¤«¤´¤ò¸«¤ë</a><br>
-<a href="<!--{$smarty.const.URL_SITE_TOP}-->" accesskey="0"><!--{0|numeric_emoji}-->TOP¥Ú¡¼¥¸¤Ø</a><br>
+<a href="<!--{$smarty.const.MOBILE_URL_SITE_TOP}-->" accesskey="0"><!--{0|numeric_emoji}-->TOP¥Ú¡¼¥¸¤Ø</a><br>
 
 <br>
