1
0

Edit new admin edit services routes

This commit is contained in:
Kryscau 2025-06-17 21:10:06 +02:00
parent 8a515d6f9f
commit 3df917aff0
2 changed files with 5 additions and 5 deletions

View File

@ -1,7 +1,7 @@
<?php <?php
session_start(); session_start();
include_once("../_conf/global.php"); include_once("../../_conf/global.php");
include_once("../_conf/db.php"); include_once("../../_conf/db.php");
// Error and success messages // Error and success messages
$error = ''; $error = '';
@ -143,7 +143,7 @@ $robots = "noindex, nofollow";
<meta property="twitter:description" content="<?php echo $description; ?>" /> <meta property="twitter:description" content="<?php echo $description; ?>" />
<meta property="twitter:image" content="<?php echo $meta_image; ?>" /> <meta property="twitter:image" content="<?php echo $meta_image; ?>" />
<meta name="robots" content="<?php echo $robots; ?>" /> <meta name="robots" content="<?php echo $robots; ?>" />
<link rel="stylesheet" type="text/css" href="assets/css/edit-services.css"> <link rel="stylesheet" type="text/css" href="/admin/assets/css/edit-services.css">
<!-- Font Awesome for icons --> <!-- Font Awesome for icons -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css"> <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css">
<!-- jQuery for drag and drop functionality --> <!-- jQuery for drag and drop functionality -->
@ -306,6 +306,6 @@ $robots = "noindex, nofollow";
<a href="/services" class="back-link">&larr; Back to home page</a> <a href="/services" class="back-link">&larr; Back to home page</a>
</div> </div>
<script src="assets/js/icon-selector.js"></script> <script src="/admin/assets/js/icon-selector.js"></script>
</body> </body>
</html> </html>