Revize 777638f1
Přidáno uživatelem Ondřej Anděl před téměř 4 roky(ů)
application/manual.php | ||
---|---|---|
1 |
<?php |
|
2 |
session_start(); |
|
3 |
?> |
|
4 |
|
|
5 | 1 |
<!doctype html> |
6 |
|
|
2 |
<?php session_start()?> |
|
7 | 3 |
<html > |
8 | 4 |
<head> |
9 | 5 |
<meta charset="utf-8"> |
10 | 6 |
<title>Dalimilova kronika</title> |
7 |
|
|
11 | 8 |
<!-- css --> |
12 | 9 |
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.1.3/css/bootstrap.min.css"> |
13 | 10 |
<link rel="stylesheet" href="view/style.css"> |
... | ... | |
28 | 25 |
|
29 | 26 |
<div class="row app-content"> |
30 | 27 |
<div class="col-xs-12 col-sm-12 p-4 content d-flex"> |
31 |
<?php include "./view/contents/manualContent.php" ?>
|
|
28 |
<?php include "./view/contents/manualContent.html" ?>
|
|
32 | 29 |
</div> |
33 | 30 |
</div> |
34 | 31 |
<?php include "./view/footer.html" ?> |
Také k dispozici: Unified diff
Bug #8910: Upravit odsazení stránek