Index: temp/trunk/html/mypage/index.php
===================================================================
--- temp/trunk/html/mypage/index.php	(revision 3335)
+++ temp/trunk/html/mypage/index.php	(revision 3340)
@@ -7,5 +7,5 @@
 		$this->tpl_mainpage = ROOT_DIR . USER_DIR . 'templates/mypage/index.tpl';
 		$this->tpl_title = 'MY¥Ú¡¼¥¸/¹ØÆþÍúÎò°ìÍ÷';
-		$this->tpl_navi = ROOT_DIR . 'data/Smarty/templates/mypage/navi.tpl';
+		$this->tpl_navi = './navi.tpl';
 		$this->tpl_mainno = 'mypage';
 		$this->tpl_mypageno = 'index';
Index: temp/trunk/html/mypage/refusal.php
===================================================================
--- temp/trunk/html/mypage/refusal.php	(revision 3338)
+++ temp/trunk/html/mypage/refusal.php	(revision 3340)
@@ -7,5 +7,5 @@
 		$this->tpl_mainpage = ROOT_DIR . USER_DIR . 'templates/mypage/refusal.tpl';
 		$this->tpl_title = "MY¥Ú¡¼¥¸/Âà²ñ¼êÂ³¤­(ÆþÎÏ¥Ú¡¼¥¸)";
-		$this->tpl_navi = 'mypage/navi.tpl';
+		$this->tpl_navi = './navi.tpl';
 		$this->tpl_mainno = 'mypage';
 		$this->tpl_mypageno = 'refusal';
