25 lines
416 B
PHP
25 lines
416 B
PHP
<?php
|
|
$enablePrototypeComments = true;
|
|
include '../../header-travel.php';
|
|
?>
|
|
|
|
<div class="container-xxl flex-grow-1 container-p-y" style="padding-top: 1rem!important">
|
|
|
|
<h4 class="fw-bold py-3 mb-4">
|
|
Travel Manager <span class="text-muted fw-light">/ Faktury</span>
|
|
</h4>
|
|
|
|
<!-- CONTENT -->
|
|
<div class="row mb-4">
|
|
|
|
</div>
|
|
|
|
|
|
|
|
</div>
|
|
|
|
<?php include '../../footer.php'; ?>
|
|
|
|
</body>
|
|
|
|
</html>
|