mirror of
https://gitlab.com/TheGamecraft/c-cms.git
synced 2026-04-22 11:09:11 -04:00
32 lines
1.6 KiB
PHP
32 lines
1.6 KiB
PHP
<meta charset="utf-8">
|
|
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
|
<html lang="{{ str_replace('_', '-', app()->getLocale()) }}">
|
|
<?php
|
|
$lang = str_replace('_', '-', app()->getLocale());
|
|
setlocale( LC_ALL, $lang.'_'.strtoupper($lang).'.utf8','fra');
|
|
?>
|
|
<title>C-CMS - Espace Administration</title>
|
|
<meta name="description" content="Sufee Admin - HTML5 Admin Template">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
|
|
<!-- CSRF Token -->
|
|
<meta name="csrf-token" content="{{ csrf_token() }}">
|
|
|
|
<link rel="apple-touch-icon" href="apple-icon.png">
|
|
<link rel="shortcut icon" href="/assets/admin/images/favicon.png">
|
|
|
|
<link rel="stylesheet" href="/assets/admin/assets/css/normalize.css">
|
|
<link rel="stylesheet" href="/assets/admin/assets/css/bootstrap.min.css">
|
|
<link rel="stylesheet" href="/assets/admin/assets/css/font-awesome.min.css">
|
|
<link rel="stylesheet" href="/assets/admin/assets/css/themify-icons.css">
|
|
<link rel="stylesheet" href="/assets/admin/assets/css/flag-icon.min.css">
|
|
<link rel="stylesheet" href="/assets/admin/assets/css/cs-skin-elastic.css">
|
|
<link rel="stylesheet" href="https://cdn.datatables.net/1.10.18/css/dataTables.bootstrap4.min.css">
|
|
<!-- <link rel="stylesheet" href="assets/css/bootstrap-select.less"> -->
|
|
<link rel="stylesheet" href="/assets/admin/assets/scss/style.css">
|
|
<link href="/assets/admin/assets/css/lib/vector-map/jqvmap.min.css" rel="stylesheet">
|
|
|
|
<link href='https://fonts.googleapis.com/css?family=Open+Sans:400,600,700,800' rel='stylesheet' type='text/css'>
|
|
|
|
<!-- <script type="text/javascript" src="https://cdn.jsdelivr.net/html5shiv/3.7.3/html5shiv.min.js"></script> -->
|