diff options
author | Minteck <contact@minteck.org> | 2022-01-01 10:37:28 +0100 |
---|---|---|
committer | Minteck <contact@minteck.org> | 2022-01-01 10:37:28 +0100 |
commit | ef055e79855cf3be1ad5e1aa5f9ebad480062384 (patch) | |
tree | ff074b29a7a87c3ccfc3b10741bbe30cb28e103e /includes/header.php | |
parent | e3a79df6428799024eac64e9cffbb062317aeb95 (diff) | |
download | main-trunk.tar.gz main-trunk.tar.bz2 main-trunk.zip |
Diffstat (limited to 'includes/header.php')
-rw-r--r-- | includes/header.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/includes/header.php b/includes/header.php index d49ee69..8a50519 100644 --- a/includes/header.php +++ b/includes/header.php @@ -72,7 +72,6 @@ $Parsedown = new Parsedown(); <?= l("Creations", "Mes créations") ?>
</a>
<ul class="dropdown-menu" aria-labelledby="navbarDropdown">
- <li><a class="dropdown-item" href="/furry"><?= l("Furry fandom", "Fandom furry") ?></a></li>
<li><a class="dropdown-item" href="/creations"><?= l("My Projects", "Mes projets") ?></a></li>
<li><a class="dropdown-item"
href="/archive"><?= l("Software Archive", "Archive des logiciels") ?></a></li>
|