We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 188e092 commit 5cadd11Copy full SHA for 5cadd11
components/layout.php
@@ -7,6 +7,8 @@
7
</head>
8
<body>
9
10
+<?php include __DIR__ . '/alert.php'; ?>
11
+
12
<?php include __DIR__ . '/navbar.php'; ?>
13
14
<main>
0 commit comments