Файл: application/views/bootlaces/frontend/masterpage.php
Строк: 29
<!DOCTYPE html>
<!--[if IE 8]> <html lang="<?php echo $lang ?>" class="ie8 no-js"> <![endif]-->
<!--[if IE 9]> <html lang="<?php echo $lang ?>" class="ie9 no-js"> <![endif]-->
<!--[if !IE]><!-->
<html lang="<?php echo $lang ?>">
<!--<![endif]-->
<head>
<!-- head -->
<?php echo $header_content ?>
</head>
<body>
<!-- Navigation -->
<?php echo $nav_content ?>
<!--body-->
<?php echo $body_content ?>
<!--footer-->
<?php echo $footer_content ?>
<!--[if lt IE 9]>
<script src="../assets/global/plugins/respond.min.js"></script>
<script src="../assets/global/plugins/excanvas.min.js"></script>
<![endif]-->
</body>
</html>