mirror of
https://github.com/e107inc/e107.git
synced 2025-08-03 21:27:25 +02:00
Default page.php footer was not displaying when no items found.
This commit is contained in:
2
page.php
2
page.php
@@ -30,10 +30,10 @@ if(!e_QUERY)
|
|||||||
if(is_array($tmp))
|
if(is_array($tmp))
|
||||||
{
|
{
|
||||||
$ns->tablerender($tmp['title'], $text, 'cpage');
|
$ns->tablerender($tmp['title'], $text, 'cpage');
|
||||||
|
}
|
||||||
require_once(FOOTERF);
|
require_once(FOOTERF);
|
||||||
exit;
|
exit;
|
||||||
}
|
}
|
||||||
}
|
|
||||||
elseif(vartrue($_GET['bk'])) // List Chapters within a specific Book
|
elseif(vartrue($_GET['bk'])) // List Chapters within a specific Book
|
||||||
{
|
{
|
||||||
$e107CorePage->setRequest('listChapters');
|
$e107CorePage->setRequest('listChapters');
|
||||||
|
Reference in New Issue
Block a user