diff options
Diffstat (limited to 'views/meta.php')
| -rw-r--r-- | views/meta.php | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/views/meta.php b/views/meta.php index 9a50aa8..4aa7b8f 100644 --- a/views/meta.php +++ b/views/meta.php @@ -1,6 +1,8 @@ <?php -include_once "../header.php"; +if (isset($title)) { + include_once "../header.php"; +} function end_page() { include_once "../footer.php"; |
