mirror of https://github.com/itflow-org/itflow
Fix Include footer link in project details when no record exists
This commit is contained in:
parent
0e9a071e96
commit
519975f3cf
|
|
@ -41,7 +41,7 @@ if (isset($_GET['project_id'])) {
|
|||
if (mysqli_num_rows($sql_project) == 0) {
|
||||
echo "<center><h1 class='text-secondary mt-5'>Nothing to see here</h1><a class='btn btn-lg btn-secondary mt-3' href='projects.php'><i class='fa fa-fw fa-arrow-left'></i> Go Back</a></center>";
|
||||
|
||||
include_once "footer.php";
|
||||
include_once "../includes/footer.php";
|
||||
exit;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue