Index: branches/version-2_5-dev/data/Smarty/templates/sphone/mypage/index.tpl
===================================================================
--- branches/version-2_5-dev/data/Smarty/templates/sphone/mypage/index.tpl	(revision 20116)
+++ branches/version-2_5-dev/data/Smarty/templates/sphone/mypage/index.tpl	(revision 20155)
@@ -33,13 +33,13 @@
     <form name="form1" method="post" action="?">
     <input type="hidden" name="order_id" value="" />
-    <input type="hidden" name="pageno" value="<!--{$tpl_pageno}-->" />
+    <input type="hidden" name="pageno" value="<!--{$objNavi->nowpage}-->" />
     <h3><!--{$tpl_subtitle|h}--></h3>
 
-<!--{if $tpl_linemax > 0}-->
+<!--{if $objNavi->all_row > 0}-->
 
-    <p><!--{$tpl_linemax}-->件の購入履歴があります。</p>
+    <p><!--{$objNavi->all_row}-->件の購入履歴があります。</p>
     <div>
       <!--▼ページナビ-->
-      <!--{$tpl_strnavi}-->
+      <!--{$objNavi->all_row}-->
       <!--▲ページナビ-->
     </div>
Index: branches/version-2_5-dev/data/Smarty/templates/default/mypage/index.tpl
===================================================================
--- branches/version-2_5-dev/data/Smarty/templates/default/mypage/index.tpl	(revision 20116)
+++ branches/version-2_5-dev/data/Smarty/templates/default/mypage/index.tpl	(revision 20155)
@@ -33,13 +33,13 @@
     <form name="form1" method="post" action="?">
     <input type="hidden" name="order_id" value="" />
-    <input type="hidden" name="pageno" value="<!--{$tpl_pageno}-->" />
+    <input type="hidden" name="pageno" value="<!--{$objNavi->nowpage}-->" />
     <h3><!--{$tpl_subtitle|h}--></h3>
 
-<!--{if $tpl_linemax > 0}-->
+<!--{if $objNavi->all_row > 0}-->
 
-    <p><!--{$tpl_linemax}-->件の購入履歴があります。</p>
+    <p><!--{$objNavi->all_row}-->件の購入履歴があります。</p>
     <div>
       <!--▼ページナビ-->
-      <!--{$tpl_strnavi}-->
+      <!--{$objNavi->strnavi}-->
       <!--▲ページナビ-->
     </div>
Index: branches/version-2_5-dev/data/Smarty/templates/mobile/mypage/index.tpl
===================================================================
--- branches/version-2_5-dev/data/Smarty/templates/mobile/mypage/index.tpl	(revision 20116)
+++ branches/version-2_5-dev/data/Smarty/templates/mobile/mypage/index.tpl	(revision 20155)
@@ -35,6 +35,6 @@
 <hr>
 ■購入履歴一覧<br>
-<!--{if $tpl_linemax > 0}-->
-    <!--{$tpl_linemax}-->件の購入履歴があります。<br>
+<!--{if $objNavi->all_row > 0}-->
+    <!--{$objNavi->all_row}-->件の購入履歴があります。<br>
     <!--{section name=cnt loop=$arrOrder}-->
     <hr>
@@ -55,6 +55,6 @@
 <!--{/if}-->
 
-<!--{if $tpl_strnavi != ""}-->
-<!--{$tpl_strnavi}-->
+<!--{if $objNavi->strnavi != ""}-->
+<!--{$objNavi->strnavi}-->
 <br>
 <!--{/if}-->
