Файл: application/views/dragndrop/backend/settings/header.php
Строк: 49
<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" />
<!-- summernote CSS -->
<link rel="stylesheet" href="<?php echo base_url();?>assets/plugins/summernote/css/summernote.css" type="text/css" />
<!-- custom CSS -->
<link rel="stylesheet" href="<?php echo base_url();?>assets/dragndrop/css/admin.css" type="text/css" />