Fixed small bugs, Revamped string compiler, Removed dead gitea links, Added images

Update .gitignore, .htaccess, and 12 more files...
This commit is contained in:
2023-12-15 08:08:20 +01:00
parent d592899073
commit 364354c335
14 changed files with 127 additions and 188 deletions

View File

@@ -55,7 +55,7 @@ function printSidebarEntry($url, $title, $icon, $activeId) {
<div class="ml-m">
<?php
printSidebarEntry("https://files.nibblepoker.lu/", localize("sidebar.text.downloads"), "fad fa-download", "");
printSidebarEntry("https://git.nibblepoker.lu/", localize("sidebar.text.gitea"), "fad fa-code", "");
//printSidebarEntry("https://git.nibblepoker.lu/", localize("sidebar.text.gitea"), "fad fa-code", "");
//printSidebarEntry("https://wiki.nibblepoker.lu/", localize("sidebar.text.wiki"), "fad fa-books", "");
?>
</div>