Файл: application/views/dragndrop/backend/admin/header.php
Строк: 61
<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">
<link href="http://fonts.googleapis.com/css?family=Open+Sans:400,300,600,700&subset=all" rel="stylesheet" type="text/css" />
<!-- 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.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' />
<link rel="stylesheet" href="<?php echo base_url();?>assets/dragndrop/css/calendar.admin.custom.css" type="text/css" />
<!-- custom CSS -->
<link rel="stylesheet" href="<?php echo base_url();?>assets/dragndrop/css/admin.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>