Ring Group Forward: Don't include footer.php if is included within the Dashboard.

This commit is contained in:
reliberate 2016-05-21 11:51:26 -06:00
parent 73eac17cac
commit c34aed1ede
1 changed files with 3 additions and 1 deletions

View File

@ -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";
}
?>