|
|
@ -52,14 +52,13 @@ if(!file_exists(__DIR__ . "/../config/config.php")) {
|
|
|
|
|
|
|
|
|
|
|
|
function showError($title, $text) { ?>
|
|
|
|
function showError($title, $text) { ?>
|
|
|
|
<!DOCTYPE html>
|
|
|
|
<!DOCTYPE html>
|
|
|
|
<html lang="pl">
|
|
|
|
<html lang="en">
|
|
|
|
|
|
|
|
|
|
|
|
<head>
|
|
|
|
<head>
|
|
|
|
<meta charset="utf-8">
|
|
|
|
<meta charset="utf-8">
|
|
|
|
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
|
|
|
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
|
|
|
|
|
|
|
|
|
|
<meta name="description" content="Brak wymaganych rozszerzeń">
|
|
|
|
|
|
|
|
<meta name="author" content="Wruczek">
|
|
|
|
<meta name="author" content="Wruczek">
|
|
|
|
|
|
|
|
|
|
|
|
<title><?php echo $title; ?></title>
|
|
|
|
<title><?php echo $title; ?></title>
|
|
|
@ -91,7 +90,7 @@ function showError($title, $text) { ?>
|
|
|
|
<?php echo $text; ?>
|
|
|
|
<?php echo $text; ?>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<div class="panel-footer">
|
|
|
|
<div class="panel-footer">
|
|
|
|
Strona © <a href="http://wruczek.top">Wruczek</a> 2016 | <a href="https://github.com/Wruczek/ts-website">ts-website</a> v 1.3.1 | MIT License
|
|
|
|
© <a href="http://wruczek.top">Wruczek</a> 2016 | <a href="https://github.com/Wruczek/ts-website">ts-website</a> v 1.3.2 | MIT License
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|