Browse Source

Add Home to top nav bar to allow CSS with no logo

undefined
Tomochin 4 years ago
parent
commit
b78263d58f
1 changed files with 4 additions and 0 deletions
  1. +4
    -0
      design/privateheader.php

+ 4
- 0
design/privateheader.php View File

@@ -148,6 +148,10 @@ if ($NotificationsManager->is_skipped(NotificationsManager::SUBSCRIPTIONS)) {
</div>
<div id="menu">
<ul>
<li id="nav_home"<?=
Format::add_class($PageID, ['home'], 'active', true)?>>
<a href="index.php">Home</a>
</li>
<li id="nav_torrents"<?=
Format::add_class($PageID, ['torrents', false, false], 'active', true)?>>
<a href="torrents.php">Torrents</a>


Loading…
Cancel
Save