/var/www/hkosl.com/nick/codeigniter/application/views/main/head.php


1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="keywords" content="<?=_h($site_info['meta_keyword_'.$lang])?>">
<meta name="description" content="<?=_h($site_info['meta_description_'.$lang])?>">
<title><?=_h($site_info['name_'.$lang])?></title>

<!-- Bootstrap -->
<link href="<?=assets_url('main/css/bootstrap.min.css')?>" rel="stylesheet">

<!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->