mirror of
https://github.com/NNTmux/newznab-tmux.git
synced 2026-08-30 09:48:55 +00:00
Fix notice in upcoming movies.
This commit is contained in:
@@ -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">
|
||||
|
||||
Reference in New Issue
Block a user