Файл: application/views/dragndrop/backend/home/header.php
Строк: 65
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta http-equiv="content-language" content="<?php echo $lang ?>">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="keywords" content="<?php echo $meta_keywords ?>">
<meta name="description" content="<?php echo $meta_description ?>">
<title><?php echo $page_title ?></title>
<link rel="shortcut icon" href="<?php echo base_url();?>assets/img/favicon.ico" type="image/x-icon">
<!-- font-awesome CSS -->
<link rel="stylesheet" href="<?php echo base_url();?>assets/plugins/font-awesome/css/font-awesome.min.css" type="text/css" />
<!-- bootstrap CSS -->
<link rel="stylesheet" href="<?php echo base_url();?>assets/plugins/bootstrap/css/bootstrap.min.css" type="text/css" />
<link rel="stylesheet" href="<?php echo base_url();?>assets/plugins/bootstrap-datetimepicker/css/bootstrap-datetimepicker.min.css" type="text/css" />
<!-- CIFullCalendar CSS -->
<link rel="stylesheet" href="<?php echo base_url();?>assets/plugins/fullcalendar-2.6.1/fullcalendar.css" type="text/css" />
<link rel='stylesheet' href="<?php echo base_url();?>assets/plugins/fullcalendar-2.6.1/fullcalendar.print.css" media='print' />
<!-- custom CSS -->
<link rel="stylesheet" href="<?php echo base_url();?>assets/dragndrop/css/calendar.profile.custom.css" type="text/css" />
<link rel="stylesheet" href="<?php echo base_url();?>assets/dragndrop/css/jquery.minicolors.css" type="text/css" />
<link rel="stylesheet" href="<?php echo base_url();?>assets/dragndrop/css/profile.css" type="text/css" />
<link rel="stylesheet" href="<?php echo base_url();?>assets/dragndrop/css/clock.css" type="text/css" />
<script src="https://maps.googleapis.com/maps/api/js?v=3&libraries=places&language=<?php echo $lang ?>&key=<?php echo $key ?>" type="text/javascript"></script>
<div id="alertShow" class="alert alert-info" data-alert="alert"></div>