From e5cc168f1a83d46dfbf3e306f10552a7ca2147a6 Mon Sep 17 00:00:00 2001 From: DariusIII Date: Mon, 14 May 2018 15:52:16 +0200 Subject: [PATCH] Use proper parameter to display release names in movies and XXX pages --- Changelog | 1 + resources/views/themes/Gentele/movies.tpl | 4 ++-- resources/views/themes/Gentele/xxx.tpl | 4 ++-- 3 files changed, 5 insertions(+), 4 deletions(-) diff --git a/Changelog b/Changelog index 73430d9c2..bdc1d2a68 100755 --- a/Changelog +++ b/Changelog @@ -1,4 +1,5 @@ 2018-05-14 DariusIII + * Fix: Use proper parameter to display release names in movies and XXX pages * Fix: Fix queries in Book and Console classes * Chg: Add check if the page variable is numeric to prevent errors in offset variable * Chg: Update Releases class, controllers and API responses diff --git a/resources/views/themes/Gentele/movies.tpl b/resources/views/themes/Gentele/movies.tpl index 290e90679..6919ae6bf 100755 --- a/resources/views/themes/Gentele/movies.tpl +++ b/resources/views/themes/Gentele/movies.tpl @@ -132,7 +132,7 @@ ago


{$result->name|escape:"htmlall"} + href="{$smarty.const.WWW_TOP}/details/{$result->guid}">{$result->searchname|escape:"htmlall"}



{$result->name|escape:"htmlall"} + href="{$smarty.const.WWW_TOP}/details/{$result->guid}">{$result->searchname|escape:"htmlall"}
{if $result->actors != ''}Cast: {$result->actors}, {/if}

{$result->name|escape:"htmlall"} + href="{$smarty.const.WWW_TOP}/details/{$result->guid}">{$result->searchname|escape:"htmlall"}
{if $result->actors != ''}Cast: {$result->actors}, {/if}

{$result->name|escape:"htmlall"} + href="{$smarty.const.WWW_TOP}/details/{$result->guid}">{$result->searchname|escape:"htmlall"}