Index: branches/version-2_5-dev/data/class/pages/mypage/LC_Page_Mypage_Refusal.php
===================================================================
--- branches/version-2_5-dev/data/class/pages/mypage/LC_Page_Mypage_Refusal.php	(revision 20541)
+++ branches/version-2_5-dev/data/class/pages/mypage/LC_Page_Mypage_Refusal.php	(revision 20614)
@@ -66,5 +66,5 @@
         switch ($this->getMode()){
         case 'confirm':
-            $this->tpl_mainpage     = TEMPLATE_REALDIR . 'mypage/refusal_confirm.tpl';
+            $this->tpl_mainpage     = 'mypage/refusal_confirm.tpl';
             $this->tpl_subtitle     = '退会手続き(確認ページ)';
             break;
Index: branches/version-2_5-dev/data/class/pages/mypage/LC_Page_AbstractMypage.php
===================================================================
--- branches/version-2_5-dev/data/class/pages/mypage/LC_Page_AbstractMypage.php	(revision 20534)
+++ branches/version-2_5-dev/data/class/pages/mypage/LC_Page_AbstractMypage.php	(revision 20614)
@@ -46,5 +46,5 @@
         // mypage 共通
         $this->tpl_title        = 'MYページ';
-        $this->tpl_navi         = TEMPLATE_REALDIR . 'mypage/navi.tpl';
+        $this->tpl_navi         = 'mypage/navi.tpl';
         $this->tpl_mainno       = 'mypage';
     }
