Index: branches/dev/data/class/GC_MobileImage.php
===================================================================
--- branches/dev/data/class/GC_MobileImage.php	(revision 11812)
+++ branches/dev/data/class/GC_MobileImage.php	(revision 11815)
@@ -71,5 +71,5 @@
 			// HTMLÃæ¤ÎIMG¥¿¥°¤òÊÑ´¹¸å¤Î¥Õ¥¡¥¤¥ë¥Ñ¥¹¤ËÃÖ´¹¤¹¤ë
 			foreach ($images[1] as $key => $value) {
-				$converted = $imageConverter->execute(preg_replace('|^' . PC_URL_DIR . '|', PC_HTML_PATH, $value));
+				$converted = $imageConverter->execute(preg_replace('|^' . URL_DIR . '|', HTML_PATH, $value));
 				if (isset($converted['outputImageName'])) {
 					$buffer = str_replace($value, MOBILE_IMAGE_URL . '/' . $converted['outputImageName'], $buffer);
