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"}