diff options
| author | moderndevslulw <moderndevslulw@alright.party> | 2025-07-06 04:17:28 +0500 |
|---|---|---|
| committer | moderndevslulw <moderndevslulw@alright.party> | 2025-07-06 04:17:28 +0500 |
| commit | ee4df5bfd30a4e087331adc2b4b306286e5d419d (patch) | |
| tree | 956676ec81dfab5993cb4517099bcb419d40d9ff /public/wiki.php | |
| parent | 0a007696834656a48b6de0b14b576719f2e1a233 (diff) | |
upd: cosmetic changes
Diffstat (limited to 'public/wiki.php')
| -rw-r--r-- | public/wiki.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/public/wiki.php b/public/wiki.php index 4cb1189..b87405f 100644 --- a/public/wiki.php +++ b/public/wiki.php @@ -30,7 +30,7 @@ if ($sidebar = file_get_contents(WIKI_PAGE_DIRECTORY . '/summary.md')) { <html> <head> - <title><?= $page_id ?> - Wiki - The Tinybot Project</title> + <title><?= isset($page_path) ? "Page $page_id - " : '' ?>Wiki - <?= BOT_USERNAME_FORMATTED ?></title> <meta http-equiv="Content-Type" content="text/html;charset=UTF-8"> <link rel="stylesheet" href="/static/style.css"> <link rel="shortcut icon" href="/static/favicon.ico" type="image/x-icon"> |
