diff options
Diffstat (limited to 'views/profile/index.php')
| -rw-r--r-- | views/profile/index.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/views/profile/index.php b/views/profile/index.php index 54da307..80b0c4a 100644 --- a/views/profile/index.php +++ b/views/profile/index.php @@ -14,3 +14,5 @@ <?php else: ?> <h2>User "<?= $_GET["user"] ?>" doesn't exist!</h2> <?php endif; ?> + +<?php end_page(); ?> |
