Index: /branches/version-2_5-dev/data/class/SC_Display.php
===================================================================
--- /branches/version-2_5-dev/data/class/SC_Display.php	(revision 19675)
+++ /branches/version-2_5-dev/data/class/SC_Display.php	(revision 19683)
@@ -82,5 +82,5 @@
                 break;
             case 2:
-                //                $this->view = new
+                $this->setView(new SC_SmartphoneView());
                 break;
             case 4:
Index: /branches/version-2_5-dev/data/class/SC_View.php
===================================================================
--- /branches/version-2_5-dev/data/class/SC_View.php	(revision 19680)
+++ /branches/version-2_5-dev/data/class/SC_View.php	(revision 19683)
@@ -258,5 +258,5 @@
         $this->_smarty->compile_dir = SMARTPHONE_COMPILE_DIR;
         // テンプレート変数を割り当て
-        $this->assign("TPL_DIR", URL_DIR . USER_DIR . USER_PACKAGE_DIR . SMARTPHOME_TEMPLATE_NAME . "/");
+        $this->assign("TPL_DIR", URL_DIR . USER_DIR . USER_PACKAGE_DIR . SMARTPHONE_TEMPLATE_NAME . "/");
     }
 }
