Файл: install/inc/head.php
Строк: 23
<!DOCTYPE html>
<html lang="en">
<head>
<title><?= $set['title']; ?></title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta http-equiv="x-ua-compatible" content="ie=edge">
<!-- Bootstrap 4 CSS -->
<link rel="stylesheet" href="/style/css/bootstrap.css">
<link rel="stylesheet" href="/style/css/tether.css">
<link rel="stylesheet" href="/style/css/font-awesome.css">
<link rel="stylesheet" href="/style/css/style.css">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/2.1.4/jquery.min.js" ></script>
<script src="/style/js/bootstrap.js" ></script>
<script src="/style/js/drop.js" ></script>
<script src="/style/js/npm.js" ></script>
<script src="/style/js/tether.js" ></script>
<script>
$(function () {
$('[data-toggle="tooltip"]').tooltip()
})
$('#myTab a').click(function (e) {
e.preventDefault()
$(this).tab('show')
})
</script>
</head>
<body>
<div class="container">
<div class="title"><?= $set['title']; ?></div>