Revize af2e04cd
Přidáno uživatelem Ondřej Anděl před téměř 4 roky(ů)
application/users.php | ||
---|---|---|
9 | 9 |
|
10 | 10 |
<!-- css --> |
11 | 11 |
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.1.3/css/bootstrap.min.css"> |
12 |
<link rel="stylesheet" href="view/style.css?<?php echo date('l jS \of F Y h:i:s A'); ?>">
|
|
12 |
<link rel="stylesheet" href="view/style.css"> |
|
13 | 13 |
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css"> |
14 | 14 |
|
15 | 15 |
<!-- jQuery library --> |
... | ... | |
26 | 26 |
|
27 | 27 |
<div class="row app-content"> |
28 | 28 |
<div class="col-xs-12 col-sm-12 p-4 content d-flex"> |
29 |
<?php include "./view/userContent.php" ?> |
|
29 |
<?php include "./view/contents/userContent.php" ?>
|
|
30 | 30 |
</div> |
31 | 31 |
</div> |
32 | 32 |
<?php include "./view/footer.html" ?> |
Také k dispozici: Unified diff
Enhancement #8756: Refactoring, klient-side