mirror of
https://gitlab.com/TheGamecraft/c-cms.git
synced 2026-04-21 10:49:10 -04:00
ALPHA 3.0.1e
This commit is contained in:
@@ -1,7 +1,10 @@
|
||||
<meta charset="utf-8">
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||
<html lang="{{ str_replace('_', '-', app()->getLocale()) }}">
|
||||
<?php setlocale( LC_ALL, 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">
|
||||
|
||||
@@ -12,7 +12,6 @@ use App\Notifications\Alert;
|
||||
|
||||
</head>
|
||||
<body>
|
||||
|
||||
<!-- Including Left Panel -->
|
||||
|
||||
@include('layouts.admin.sidebar')
|
||||
|
||||
@@ -10,4 +10,4 @@
|
||||
<script src="/assets/admin/assets/js/lib/vector-map/jquery.vmap.js"></script>
|
||||
<script src="/assets/admin/assets/js/lib/vector-map/jquery.vmap.min.js"></script>
|
||||
<script src="/assets/admin/assets/js/lib/vector-map/jquery.vmap.sampledata.js"></script>
|
||||
<script src="/assets/admin/assets/js/lib/vector-map/country/jquery.vmap.world.js"></script>
|
||||
<script src="/assets/admin/assets/js/lib/vector-map/country/jquery.vmap.world.js"></script>
|
||||
|
||||
Reference in New Issue
Block a user