diff options
Diffstat (limited to 'lib/partials.php')
| -rw-r--r-- | lib/partials.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/partials.php b/lib/partials.php index 5dc97d7..8de8c05 100644 --- a/lib/partials.php +++ b/lib/partials.php @@ -1,8 +1,8 @@ <?php +include_once "{$_SERVER['DOCUMENT_ROOT']}/lib/config.php"; + function html_navigation_bar() { - include_once "config.php"; - echo '' ?> <section class="navbar"> <a href="/" class="brand" style="color:black;text-decoration:none;"> |
