19 lines
721 B
PHP
19 lines
721 B
PHP
@if(USERID):
|
|
|
|
<meta charset="UTF-8" />
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
|
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/7.0.1/css/all.min.css" integrity="sha512-2SwdPD6INVrV/lHTZbO2nodKhrnDdJK9/kg2XD1r9uGqPo1cUbujc+IYdlYdEErWNu69gVcYgdxlmVmzTWnetw==" crossorigin="anonymous" referrerpolicy="no-referrer" />
|
|
<link rel="stylesheet" href="vendor/libs/flot/css/float-chart.css" />
|
|
<link rel="stylesheet" href="css/style.min.css">
|
|
<link rel="stylesheet" href="css/sweetalert.min.css" />
|
|
<link rel="stylesheet" href="css/my.css" />
|
|
<script src="ckeditor/ckeditor.js"></script>
|
|
|
|
@else
|
|
<link rel="stylesheet" href="css/style.min.css">
|
|
|
|
|
|
@endif
|
|
|
|
|