Skip to content

Commit 2577f96

Browse files
Update layout.php
1 parent 3e9d660 commit 2577f96

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

components/layout.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,10 @@
77
</head>
88
<body>
99

10-
<?php include __DIR__ . '/alert.php'; ?>
11-
1210
<?php include __DIR__ . '/navbar.php'; ?>
1311

12+
<?php include __DIR__ . '/alert.php'; ?>
13+
1414
<main>
1515
<?php include __DIR__ . '/../' . $view; ?>
1616
</main>

0 commit comments

Comments
 (0)