Refactoring for publish, and also addition of "Services" page
This commit is contained in:
@@ -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>
|
||||
Reference in New Issue
Block a user