Ring Group Forward: Don't include footer.php if is included within the Dashboard.
This commit is contained in:
parent
73eac17cac
commit
c34aed1ede
|
|
@ -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