[Cinemaru-svn] cinemaru-svn [157] ナビゲーションで「次へ」「前へ」のリンクパラメータの記述が間違っていたのを修正。

Back to archive index

svnno****@sourc***** svnno****@sourc*****
2009年 1月 11日 (日) 04:52:43 JST


Revision: 157
          http://svn.sourceforge.jp/view?root=cinemaru&view=rev&rev=157
Author:   asben
Date:     2009-01-11 04:52:42 +0900 (Sun, 11 Jan 2009)

Log Message:
-----------
ナビゲーションで「次へ」「前へ」のリンクパラメータの記述が間違っていたのを修正。

Modified Paths:
--------------
    trunk/cinemaru/templates/index.html

Modified: trunk/cinemaru/templates/index.html
===================================================================
--- trunk/cinemaru/templates/index.html	2009-01-09 18:15:25 UTC (rev 156)
+++ trunk/cinemaru/templates/index.html	2009-01-10 19:52:42 UTC (rev 157)
@@ -83,7 +83,7 @@
 <a href="<{$xoops_url}>/modules/<{$mydirname}>/index.php?offset=<{$prev}><{if
 $smarty.request.tag}>&tag=<{$smarty.request.tag}><{/if}><{if
 $smarty.request.vv}>&vv=<{$smarty.request.vv}><{/if}><{if
-$smarty.request.sort}>&vv=<{$smarty.request.sort}><{/if}>"><{$smarty.const._MD_CINEMARU_PREV}>
+$smarty.request.sort}>&sort=<{$smarty.request.sort}><{/if}>"><{$smarty.const._MD_CINEMARU_PREV}>
 </a> 
 <{else}>
 <{$smarty.const._MD_CINEMARU_PREV}>
@@ -92,7 +92,7 @@
 <a href="<{$xoops_url}>/modules/<{$mydirname}>/index.php?offset=<{$next}><{if
 $smarty.request.tag}>&tag=<{$smarty.request.tag}><{/if}><{if
 $smarty.request.vv}>&vv=<{$smarty.request.vv}><{/if}><{if
-$smarty.request.sort}>&vv=<{$smarty.request.sort}><{/if}>"><{$smarty.const._MD_CINEMARU_NEXT}>
+$smarty.request.sort}>&sort=<{$smarty.request.sort}><{/if}>"><{$smarty.const._MD_CINEMARU_NEXT}>
 </a> 
 <{else}>
 <{$smarty.const._MD_CINEMARU_NEXT}>



Cinemaru-svn メーリングリストの案内
Back to archive index