Fix notice in upcoming movies.

This commit is contained in:
DariusIII
2015-09-06 22:09:38 +02:00
parent 5c2709ad0f
commit 17f44023ef
2 changed files with 2 additions and 3 deletions
+2 -2
View File
@@ -22,9 +22,9 @@ if (isset($_GET["id"]) && ctype_digit($_GET['id'])) {
$rage = $tvrage->getByRageID($_GET['id']);
if (!$rage) {
$page->smarty->assign("nodata", "No tvrage information for this series.");
$page->smarty->assign('nodata', 'No tvrage information for this series.');
} elseif (!$rel) {
$page->smarty->assign("nodata", "No releases for this series.");
$page->smarty->assign('nodata', 'No releases for this series.');
} else {
$myshows = $us->getShow($page->users->currentUserId(), $rage[0]['rageid']);
@@ -1,5 +1,4 @@
<div class="header">
{assign var="catsplit" value=">"|explode:$catname}
<h2>Upcoming > <strong>Movies</strong></h2>
<div class="breadcrumb-wrapper">
<ol class="breadcrumb">