Ring Group Forward: Don't include footer.php if is included within the Dashboard.
This commit is contained in:
parent
58cac0b990
commit
58a485517e
|
|
@ -199,5 +199,7 @@ require_once "resources/paging.php";
|
|||
}
|
||||
|
||||
//include the footer
|
||||
require_once "resources/footer.php";
|
||||
if (!$is_included) {
|
||||
require_once "resources/footer.php";
|
||||
}
|
||||
?>
|
||||
Loading…
Reference in New Issue