1
0

Add book Tier-List
Build Docker and Deploy / Build Docker (push) Successful in 2m10s
Build Docker and Deploy / Deploy to Server (push) Successful in 18s

This commit is contained in:
2026-04-15 17:15:54 +02:00
parent 63989d9bc7
commit 8e0039f6bd
14 changed files with 1495 additions and 806 deletions
+5 -1
View File
@@ -57,7 +57,7 @@ require_once (__DIR__ . '/../internals/website.php');
<?php endif; ?>
<?php if ($FRAME_OPTIONS->activeHeader === 'books'): ?>
<a class="tab <?php if ($FRAME_OPTIONS->activeHeader === 'books') echo 'tab_active'; ?>" href="/books">Books</a>
<a class="tab <?php if ($FRAME_OPTIONS->activeHeader === 'books') echo 'tab_active'; ?>" href="/books">Print-Books</a>
<?php endif; ?>
<a class="tab <?php if ($FRAME_OPTIONS->activeHeader === 'webapps') echo 'tab_active'; ?>" href="/webapps">Tools</a>
@@ -66,6 +66,10 @@ require_once (__DIR__ . '/../internals/website.php');
<a class="tab tab_admin" href="/admin">Admin</a>
<?php endif; ?>
<a class="tab <?php if ($FRAME_OPTIONS->activeHeader === 'vcs') echo 'tab_active'; ?>" href="/vcs">git</a>
<a class="tab <?php if ($FRAME_OPTIONS->activeHeader === 'reading') echo 'tab_active'; ?>" href="/reading">Books</a>
<a class="tab <?php if ($FRAME_OPTIONS->activeHeader === 'about') echo 'tab_active'; ?>" href="/about">About</a>
<div class="tab_split" ></div>