- Timestamp:
- 2007/10/19 23:21:03 (16 years ago)
- Location:
- branches/feature-module-movilink/html
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/feature-module-movilink/html/mobile/products/detail.php
r11975 r16529 32 32 } 33 33 } 34 35 sfInitMovilink(); 34 36 35 37 $objPage = new LC_Page(); -
branches/feature-module-movilink/html/require.php
r16528 r16529 51 51 // ³¨Ê¸»úÊÑ´¹ (½üµî) ¥Õ¥£¥ë¥¿¡¼¤òÁȤ߹þ¤à¡£ 52 52 ob_start(array('GC_MobileEmoji', 'handler')); 53 54 // ¥â¥Ó¥ê¥ó¥¯¥â¥¸¥å¡¼¥ë¤Î³Îǧ55 $movilink_inc = MODULE_PATH . "mdl_movilink/mdl_movilink.inc";56 if(file_exists($movilink_inc)) {57 sfInitMovilink();58 }59 53 ?>
Note: See TracChangeset
for help on using the changeset viewer.