diff options
| author | moderndevslulw <moderndevslulw@alright.party> | 2025-07-07 04:21:48 +0500 |
|---|---|---|
| committer | moderndevslulw <moderndevslulw@alright.party> | 2025-07-07 04:21:48 +0500 |
| commit | ebc27728975cd669b7167e5631afbdf5ed2db432 (patch) | |
| tree | 5135ce75351da4f11863c374b5020324b3629012 /lib/partials.php | |
| parent | ee4df5bfd30a4e087331adc2b4b306286e5d419d (diff) | |
feat: show lua scripts
Diffstat (limited to 'lib/partials.php')
| -rw-r--r-- | lib/partials.php | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/partials.php b/lib/partials.php index d7b7127..87fd7af 100644 --- a/lib/partials.php +++ b/lib/partials.php @@ -13,6 +13,9 @@ function html_navigation_bar() <section class="row gap-16"> <a href="/">home</a> <a href="/wiki.php">wiki</a> + <?php if (!empty(LUA_SCRIPT_DIRECTORY)): ?> + <a href="/scripts.php">scripts</a> + <?php endif; ?> <?php if (SHOW_CHANNEL_LIST): ?> <a href="/channels/">channels</a> <?php endif; ?> |
