Refactoring for publish, and also addition of "Services" page

This commit is contained in:
Halbear
2026-04-04 13:54:37 +01:00
parent b016e6bd13
commit e4f387d27a
235 changed files with 174 additions and 91 deletions
+6 -4
View File
@@ -5,11 +5,13 @@
</div>
<div class="RightFloat HotbarSection">
<?php
if($Page != "home") echo ('<button class="HotbarButton" id="Services" onclick="document.location.href='."'index.php';".'">home</button>');
if($Page != "home") echo ('<button class="HotbarButton" id="HomeBtn" onclick="document.location.href='."'index.php';".'">home</button>');
?>
<button class="HotbarButton" id="Services">Services</button>
<button class="HotbarButton" id="Account" onclick="window.location.href='../AccountCentre/AccountCentre.php'">Account</button>
<button class="HotbarButton" id="HalNet" onclick="window.location.href='../index.php'">Main Site</button>
<?php
if($Page != "Services") echo ('<button class="HotbarButton" id="Services" onclick="document.location.href='."'Services.php';".'">Services</button>');
?>
<button class="HotbarButton" id="Account" onclick="window.location.href='AccountCentre/AccountCentre.php'">Account</button>
<button class="HotbarButton" id="HalNet" onclick="window.location.href='Desktop/index.php'">Main Site</button>
</div>
</div>
<div class="Copyright" style="cursor: pointer; z-index: 20;" onclick="document.location.href='CompanyInformation.php'">©Halbear Networking & Software Ltd 2025</div>