Skip to content

Commit 10408f6

Browse files
committed
Move About link to footer
1 parent 3ed87b5 commit 10408f6

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

views/footer.phtml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<footer>
22
<div class="pull-right">
3-
<i class="fa fa-bitcoin orange"></i> <a href="https://github.com/mirobit/bitcoin-node-manager"> Node Manager 1.4.0</a> - © 2017 - 2023
3+
<i class="fa fa-bitcoin orange"></i> <a href="?p=about"> Node Manager 1.4.0</a> - © 2017 - 2023
44
</div>
55
<div class="clearfix"></div>
66
</footer>

views/header.phtml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,6 @@
4545
<a href="?p=mempool"><i class="fa fa-database"></i> Memory Pool </a>
4646
<a href="?p=wallet"><i class="fa fa-money"></i> Wallet </a>
4747
<a href="?p=settings" ><i class="fa fa-cog"></i> Settings </a>
48-
<a href="?p=about"><i class="fa fa-info"></i> About </a>
4948
<a href="?p=logout"><i class="fa fa-sign-out"></i> Logout </a>
5049
</div>
5150
<a href="javascript:void(0);" class="icon" onclick="openMobileMenu()">
@@ -79,7 +78,6 @@
7978
<a href="?p=mempool" <?php if($this->section=="mempool") echo 'class="active"'; ?>><i class="fa fa-database"></i> Memory Pool </a>
8079
<a href="?p=wallet" <?php if($this->section=="wallet") echo 'class="active"'; ?>><i class="fa fa-money"></i> Wallet </a>
8180
<a href="?p=settings" <?php if($this->section=="settings") echo 'class="active"'; ?>><i class="fa fa-cog"></i> Settings </a>
82-
<a href="?p=about" <?php if($this->section=="about") echo 'class="active"'; ?>><i class="fa fa-info"></i> About </a>
8381
<a href="?p=logout"><i class="fa fa-sign-out"></i> Logout </a>
8482
</ul>
8583
</div>

0 commit comments

Comments
 (0)