1
0
mirror of https://github.com/e107inc/e107.git synced 2025-07-31 11:50:30 +02:00

Default page.php footer was not displaying when no items found.

This commit is contained in:
Cameron
2013-03-19 20:44:46 -07:00
parent 12178fb769
commit 94d10083ba

View File

@@ -30,9 +30,9 @@ if(!e_QUERY)
if(is_array($tmp))
{
$ns->tablerender($tmp['title'], $text, 'cpage');
require_once(FOOTERF);
exit;
}
require_once(FOOTERF);
exit;
}
elseif(vartrue($_GET['bk'])) // List Chapters within a specific Book
{