Changeset 11850 for branches/dev/data
- Timestamp:
- 2007/03/13 17:17:17 (19 years ago)
- Location:
- branches/dev/data
- Files:
-
- 3 edited
-
Smarty/templates/mobile/products/category_list.tpl (modified) (1 diff)
-
Smarty/templates/mobile/products/search.tpl (modified) (1 diff)
-
conf/mobile.conf (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/dev/data/Smarty/templates/mobile/products/category_list.tpl
r11800 r11850 27 27 28 28 <a href="<!--{$smarty.const.URL_CART_TOP}-->" accesskey="9"><!--{9|numeric_emoji}-->¤«¤´¤ò¸«¤ë</a><br> 29 <a href="<!--{$smarty.const. URL_SITE_TOP}-->" accesskey="0"><!--{0|numeric_emoji}-->TOP¥Ú¡¼¥¸¤Ø</a><br>29 <a href="<!--{$smarty.const.MOBILE_URL_SITE_TOP}-->" accesskey="0"><!--{0|numeric_emoji}-->TOP¥Ú¡¼¥¸¤Ø</a><br> 30 30 31 31 <br> -
branches/dev/data/Smarty/templates/mobile/products/search.tpl
r11800 r11850 24 24 25 25 <a href="<!--{$smarty.const.URL_CART_TOP}-->" accesskey="9"><!--{9|numeric_emoji}-->¤«¤´¤ò¸«¤ë</a><br> 26 <a href="<!--{$smarty.const. URL_SITE_TOP}-->" accesskey="0"><!--{0|numeric_emoji}-->TOP¥Ú¡¼¥¸¤Ø</a><br>26 <a href="<!--{$smarty.const.MOBILE_URL_SITE_TOP}-->" accesskey="0"><!--{0|numeric_emoji}-->TOP¥Ú¡¼¥¸¤Ø</a><br> 27 27 28 28 <br> -
branches/dev/data/conf/mobile.conf
r11832 r11850 34 34 define('IMAGE_SAVE_URL', URL_DIR . 'upload/save_image/'); // ²èÁüÊݸÀèURL 35 35 */ 36 37 //--------------------------------------------------------------------------------------------------------38 /** ¥Ñ¥¹´ØÏ¢ **/39 // ¥Ö¥í¥Ã¥¯¥Õ¥¡¥¤¥ëÊݸÀè40 define("MOBILE_BLOC_DIR", "include/bloc/");41 define("MOBILE_BLOC_PATH", MOBILE_USER_PATH . MOBILE_BLOC_DIR);42 43 36 //-------------------------------------------------------------------------------------------------------- 44 37 // ¥â¥Ð¥¤¥ë¥µ¥¤¥ÈÀìÍѤÎÀßÄê … … 87 80 define('MOBILE_IMAGE_URL', URL_DIR . 'converted_images'); 88 81 82 /* URL */ 83 define('MOBILE_URL_SITE_TOP', MOBILE_URL_DIR . 'index.php'); 89 84 90 85 //--------------------------------------------------------------------------------------------------------
Note: See TracChangeset
for help on using the changeset viewer.
