Файл: application/views/dragndrop/backend/queuelist/header.php
Строк: 58
<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-datetimepicker/css/bootstrap-datetimepicker.min.css" type="text/css" />
<link rel="stylesheet" href="<?php echo base_url();?>assets/plugins/bootstrap-table/bootstrap-table.css" type="text/css" />
<link rel="stylesheet" href="<?php echo base_url();?>assets/plugins/bootstrap/css/bootstrap.css" type="text/css" />
<!-- Custom 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/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>
<script src="<?php echo base_url(); ?>assets/plugins/gmaps/gmap.table.min.js"></script>
<script src="<?php echo base_url(); ?>assets/plugins/jquery/jquery.min.js"></script>