svnno****@sourc*****
svnno****@sourc*****
2009年 1月 24日 (土) 01:20:11 JST
Revision: 161 http://svn.sourceforge.jp/view?root=cinemaru&view=rev&rev=161 Author: asben Date: 2009-01-24 01:20:11 +0900 (Sat, 24 Jan 2009) Log Message: ----------- 便宜上テンプレート変数名を変更した。 Modified Paths: -------------- trunk/cinemaru/templates/movie.html Modified: trunk/cinemaru/templates/movie.html =================================================================== --- trunk/cinemaru/templates/movie.html 2009-01-23 07:30:36 UTC (rev 160) +++ trunk/cinemaru/templates/movie.html 2009-01-23 16:20:11 UTC (rev 161) @@ -164,12 +164,12 @@ <div id="relation"> <h1><{$smarty.const._MD_CINEMARU_RELATED_MOVIE_TITLE}></h1> <div id="itemlist"> - <{foreach from=$relate_movie_info item="movie"}> + <{foreach from=$relate_movie_info item="rel_movie"}> <ul> <li> - <a href="movie.php?id=<{$movie.id}>"> - <img src="<{if $movie.image_file_url != ''}><{$movie.image_file_url|escape:"html"}><{elseif $movie.image_file}><{$xoops_url}>/uploads/<{$mydirname}>/image/<{$movie.image_file}><{else}><{$xoops_url}>/modules/<{$mydirname}>/images/no_image.png<{/if}>" width="100" height="75" /> - <p><{$movie.title}></p> + <a href="movie.php?id=<{$rel_movie.id}>"> + <img src="<{if $rel_movie.image_file_url != ''}><{$rel_movie.image_file_url|escape:"html"}><{elseif $rel_movie.image_file}><{$xoops_url}>/uploads/<{$mydirname}>/image/<{$rel_movie.image_file}><{else}><{$xoops_url}>/modules/<{$mydirname}>/images/no_image.png<{/if}>" width="100" height="75" /> + <p><{$rel_movie.title}></p> </a> </li> </ul>