diff options
| author | ilotterytea <iltsu@alright.party> | 2025-12-10 22:18:58 +0500 |
|---|---|---|
| committer | ilotterytea <iltsu@alright.party> | 2025-12-10 22:18:58 +0500 |
| commit | d52f035dc0138375506c49c20a92fe566761af3a (patch) | |
| tree | 76e4140aad7c173b2f1b6e0e19136b5e482710c8 /lib/partials.php | |
| parent | d3de5a44085f53d80e736b769d5145130df86645 (diff) | |
fix: include paths
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;"> |
