Index: /branches/feature-templates/data/class/SC_View.php
===================================================================
--- /branches/feature-templates/data/class/SC_View.php	(revision 16336)
+++ /branches/feature-templates/data/class/SC_View.php	(revision 16337)
@@ -288,5 +288,5 @@
         $template_dir = TPL_PKG_PATH . $this->tplName . '/templates/';
         // FIXME ¤³¤³¤Ë¥â¥Ð¥¤¥ëÍÑ½èÍý¤ò¶´¤ß¤¿¤¯¤Ê¤¤...
-        if (defined(MOBILE_TEMPLATE_DIR) && $this->_smarty->template_dir == MOBILE_TEMPLATE_DIR) {
+        if (defined('MOBILE_TEMPLATE_DIR') && $this->_smarty->template_dir == MOBILE_TEMPLATE_DIR) {
             $template_dir .= 'mobile/';
         }
