mirror of
https://github.com/itflow-org/itflow
synced 2026-03-04 21:04:50 +00:00
Update more broken links from file diretory consolidation and started migrating some js and ajax and css from root to /user /admin etc that pertain to the section
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
<?php
|
||||
|
||||
require_once '../../../includes/modal_header.php';
|
||||
require_once '../../includes/modal_header.php';
|
||||
|
||||
$location_id = intval($_GET['id']);
|
||||
|
||||
@@ -100,7 +100,7 @@ ob_start();
|
||||
|
||||
<div class="mb-3" style="text-align: center;">
|
||||
<?php if (!empty($location_photo)) { ?>
|
||||
<img class="img-fluid" src="<?php echo "uploads/clients/$client_id/$location_photo"; ?>">
|
||||
<img class="img-fluid" src="<?php echo "../uploads/clients/$client_id/$location_photo"; ?>">
|
||||
<?php } ?>
|
||||
</div>
|
||||
|
||||
@@ -299,4 +299,4 @@ ob_start();
|
||||
|
||||
<?php
|
||||
|
||||
require_once '../../../includes/modal_footer.php';
|
||||
require_once '../../includes/modal_footer.php';
|
||||
|
||||
Reference in New Issue
Block a user