mirror of
https://github.com/NNTmux/newznab-tmux.git
synced 2026-09-01 10:48:53 +00:00
Fix the missing details link on console page
This commit is contained in:
@@ -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}
|
||||
|
||||
Reference in New Issue
Block a user