Index: branches/camp/camp-2_5-E/data/class/SC_View.php
===================================================================
--- branches/camp/camp-2_5-E/data/class/SC_View.php	(revision 18975)
+++ branches/camp/camp-2_5-E/data/class/SC_View.php	(revision 19080)
@@ -228,3 +228,11 @@
     }
 }
+
+class SC_SmartphoneView extends SC_SiteView {
+    function SC_SmartphoneView($setPrevURL = true) {
+        parent::SC_SiteView($setPrevURL);
+        $this->_smarty->template_dir = SMARTPHONE_TEMPLATE_DIR;
+        $this->_smarty->compile_dir = SMARTPHONE_COMPILE_DIR;
+    }
+}
 ?>
Index: branches/camp/camp-2_5-E/data/mtb_constants_init.php
===================================================================
--- branches/camp/camp-2_5-E/data/mtb_constants_init.php	(revision 18882)
+++ branches/camp/camp-2_5-E/data/mtb_constants_init.php	(revision 19080)
@@ -517,4 +517,8 @@
 /** SMARTYコンパイル(mobile) */
 define('MOBILE_COMPILE_DIR', COMPILE_DIR . "mobile/");
+/** SMARTYテンプレート(smart phone) */
+define('SMARTPHONE_TEMPLATE_DIR', TEMPLATE_DIR . "smartphone/");
+/** SMARTYコンパイル(smart phonemobile) */
+define('SMARTPHONE_COMPILE_DIR', COMPILE_DIR . "smartphone/");
 /** モバイルサイトのセッションの存続時間 (秒) */
 define('MOBILE_SESSION_LIFETIME', 1800);
