| Current Path : /home/happyrenas/myreco.online/administration/panel/includes/ |
Linux webd005.cluster105.gra.hosting.ovh.net 5.15.206-ovh-vps-grsec-zfs-classid #1 SMP Fri May 15 02:41:25 UTC 2026 x86_64 |
| Current File : /home/happyrenas/myreco.online/administration/panel/includes/head.php |
<? $version = "?v=" . date("Ym"); ?>
<head>
<base href="">
<meta charset="utf-8" />
<title><?echo $titre_application;?></title>
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no" />
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700" />
<!--begin::Page Vendors Styles(used by this page)-->
<link href="../assets/plugins/custom/datatables/datatables.bundle.css<?echo $version;?>" rel="stylesheet" type="text/css" />
<!--end::Page Vendors Styles-->
<!--begin::Global Theme Styles(used by all pages)-->
<link href="../assets/plugins/global/plugins.bundle.css<?echo $version;?>" rel="stylesheet" type="text/css" />
<link href="../assets/plugins/custom/prismjs/prismjs.bundle.css<?echo $version;?>" rel="stylesheet" type="text/css" />
<link href="../assets/css/style.bundle.css<?echo $version;?>" rel="stylesheet" type="text/css" />
<!--end::Global Theme Styles-->
<!--begin::Layout Themes(used by all pages)-->
<link href="../assets/css/themes/layout/header/base/light.css<?echo $version;?>" rel="stylesheet" type="text/css" />
<link href="../assets/css/themes/layout/header/menu/light.css<?echo $version;?>" rel="stylesheet" type="text/css" />
<link href="../assets/css/themes/layout/brand/light.css<?echo $version;?>" rel="stylesheet" type="text/css" />
<link href="../assets/css/themes/layout/aside/light.css<?echo $version;?>" rel="stylesheet" type="text/css" />
<?if($_SESSION['theme_sombre']=="oui") {?>
<link href="../assets/css/themes/layout/brand/dark.css<?echo $version;?>" rel="stylesheet" type="text/css" />
<link href="../assets/css/themes/layout/aside/dark.css<?echo $version;?>" rel="stylesheet" type="text/css" />
<?}?>
<!--end::Layout Themes-->
<!--end::Layout Themes-->
<link href="../css/custom.css<?echo $version;?>" rel="stylesheet" type="text/css" />
<style type="text/css" class="init">#<?echo $datatable_nom;?> tbody tr:hover {background-color:<?echo $couleur_secondaire;?> !important;}</style>
<link rel="shortcut icon" href="<?echo $icone;?>" />
</head>