From eff48d7fe30d30fd455fefc0158427b9df3dbe3b Mon Sep 17 00:00:00 2001 From: DariusIII Date: Thu, 22 Oct 2015 10:13:57 +0200 Subject: [PATCH] Remove debug, change seriestitle to title --- www/pages/series.php | 1 - www/themes/charisma/templates/frontend/viewseries.tpl | 8 +++----- www/themes/omicron/templates/frontend/viewseries.tpl | 6 ++---- 3 files changed, 5 insertions(+), 10 deletions(-) diff --git a/www/pages/series.php b/www/pages/series.php index 2acb1413a..a95ea4d5a 100644 --- a/www/pages/series.php +++ b/www/pages/series.php @@ -64,7 +64,6 @@ if (isset($_GET["id"]) && ctype_digit($_GET['id'])) { } $seriestitles = implode('/', array_map("trim", $seriestitles)); - var_dump($seriestitles); $page->smarty->assign('seriestitles', $seriestitles); $page->smarty->assign('seriessummary', array_shift($seriessummary)); $page->smarty->assign('seriescountry', array_shift($seriescountry)); diff --git a/www/themes/charisma/templates/frontend/viewseries.tpl b/www/themes/charisma/templates/frontend/viewseries.tpl index 76ef40dac..6b1f2cbbb 100644 --- a/www/themes/charisma/templates/frontend/viewseries.tpl +++ b/www/themes/charisma/templates/frontend/viewseries.tpl @@ -1,4 +1,4 @@ -{if isset($nodata) && $nodata != ''} +{if isset($nodata) && $nodata != ""}
{assign var="catsplit" value=">"|explode:$catname}

View > TV Series

@@ -27,17 +27,15 @@

{foreach $show as $r} - {$r.seriestitles} + {$r.title} {if !$r@last} / {/if} {/foreach} - {if isset($isadmin)} Edit{/if}

{if $catname != ''}Current category shown: {$catname|escape:"htmlall"}{/if}
{if $show.image != 0}
- {$show.seriestitles} Logo

diff --git a/www/themes/omicron/templates/frontend/viewseries.tpl b/www/themes/omicron/templates/frontend/viewseries.tpl index 48ce25e4c..6b1f2cbbb 100644 --- a/www/themes/omicron/templates/frontend/viewseries.tpl +++ b/www/themes/omicron/templates/frontend/viewseries.tpl @@ -27,17 +27,15 @@

{foreach $show as $r} - {$r.seriestitles} + {$r.title} {if !$r@last} / {/if} {/foreach} - {if isset($isadmin)} Edit{/if}

{if $catname != ''}Current category shown: {$catname|escape:"htmlall"}{/if}
{if $show.image != 0}
- {$show.seriestitles} Logo