Файл: application/views/dragndrop/frontend/page/header.php
Строк: 40
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta http-equiv="content-language" content="<?php echo $lang ?>">
<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 rel='stylesheet' href='http://fonts.googleapis.com/css?family=PT+Sans:400,700'>
<!-- 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" />
<!-- custom CSS -->
<link rel="stylesheet" href="<?php echo base_url();?>assets/dragndrop/css/pages.css" type="text/css" />