From 08db10dcf5a58d82ba64ecf6bca1bc0b4916e52c Mon Sep 17 00:00:00 2001 From: Brian Huisman Date: Fri, 19 May 2023 13:55:34 -0400 Subject: [PATCH] Page titles and version numbers. Make Administration UI page title the name of the page we are on. Don't need the version number here. Display current version in the menu bar. --- orcinus/admin.php | 7 ++++++- orcinus/config.php | 2 +- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/orcinus/admin.php b/orcinus/admin.php index 59c3db6..370afbc 100644 --- a/orcinus/admin.php +++ b/orcinus/admin.php @@ -1810,7 +1810,9 @@ document.write(mustache.render( - Orcinus Site Search <?php echo $_ODATA['version']; ?> - Administration + Orcinus Site Search - <?php + echo $_RDATA['admin_pages'][$_SESSION['admin_page']]; + ?>