Skip to content

Commit

Permalink
logowanie
Browse files Browse the repository at this point in the history
  • Loading branch information
krisskiemel committed Mar 25, 2022
1 parent a518a7c commit 18e2066
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion rejestracja.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<title>Wypożyczalnia samochodów - rejestracja</title>
</head>

<body>
<body class="d-flex flex-column min-vh-100">
<?php include "menu.php";
if (!isset($_REQUEST['typ'])) {?>
<div class="container-fluid">
Expand Down Expand Up @@ -87,6 +87,7 @@
}
}
?>
<footer class="mt-auto bg-<?php echo $kolory;?>">TEST</footer>
</body>

</html>

0 comments on commit 18e2066

Please sign in to comment.