Fix the missing details link on console page

(cherry picked from commit c99776e)
This commit is contained in:
Darko
2015-06-24 12:17:03 +02:00
parent ebe7e1efb6
commit 902751b4e4
@@ -118,7 +118,7 @@
<td class="mid">
<div class="movcover">
<a class="title" title="View details"
href="{$smarty.const.WWW_TOP}/details/{$result.guid}/{$result.searchname|escape:"seourl"}">
href="{$smarty.const.WWW_TOP}/details/{$result.grp_release_guid}/{$result.grp_release_name|escape:"seourl"}">
<img class="shadow"
src="{$smarty.const.WWW_TOP}/covers/console/{if $result.cover == 1}{$result.consoleinfoid}.jpg{else}no-cover.jpg{/if}"
width="120" border="0" alt="{$result.title|escape:"htmlall"}"/>
@@ -139,7 +139,7 @@
</td>
<td colspan="8" class="left" id="guid{$result.guid}">
<h2><a class="title" title="View details"
href="{$smarty.const.WWW_TOP}/details/{$result.guid}/{$result.searchname|escape:"seourl"}">{$result.title|escape:"htmlall"}
href="{$smarty.const.WWW_TOP}/details/{$result.grp_release_guid}/{$result.grp_release_name|escape:"seourl"}">{$result.title|escape:"htmlall"}
- {$result.platform|escape:"htmlall"}</a></h2>
{if $result.genre != ""}<b>Genre:</b>{$result.genre}<br/>{/if}
{if $result.esrb != ""}<b>Rating:</b>{$result.esrb}<br/>{/if}