|
|
|
|
@@ -35,15 +35,11 @@ function printSidebarEntry($url, $title, $icon, $activeId) {
|
|
|
|
|
?>
|
|
|
|
|
<hr class="subtle">
|
|
|
|
|
<?php
|
|
|
|
|
printSidebarEntry(l10n_url_abs('/content/'), localize("sidebar.text.projects"), "fad fa-briefcase", "content");
|
|
|
|
|
//printSidebarEntry(l10n_url_abs('/content/'), localize("sidebar.text.projects"), "fad fa-briefcase", "content");
|
|
|
|
|
printSidebarEntry(l10n_url_abs('/content/?tags=application;web'), localize("sidebar.text.applications"), "fad fa-browser", "application");
|
|
|
|
|
printSidebarEntry(l10n_url_abs('/content/?tags=library'), localize("sidebar.text.libraries"), "fad fa-puzzle-piece", "library");
|
|
|
|
|
//printSidebarEntry(l10n_url_abs('/content/?tags=electronic'), localize("sidebar.text.electronics"), "fad fa-microchip", "electronic");
|
|
|
|
|
?>
|
|
|
|
|
<div class="ml-m">
|
|
|
|
|
<?php
|
|
|
|
|
printSidebarEntry(l10n_url_abs('/content/?tags=application'), localize("sidebar.text.applications"), "fad fa-browser", "application");
|
|
|
|
|
printSidebarEntry(l10n_url_abs('/content/?tags=library'), localize("sidebar.text.libraries"), "fad fa-puzzle-piece", "library");
|
|
|
|
|
printSidebarEntry(l10n_url_abs('/content/?tags=electronic'), localize("sidebar.text.electronics"), "fad fa-microchip", "electronic");
|
|
|
|
|
?>
|
|
|
|
|
</div>
|
|
|
|
|
<?php
|
|
|
|
|
//<hr class="subtle">
|
|
|
|
|
//printSidebarEntry(l10n_url_abs('/tools/'), localize("sidebar.text.tools"), "fad fa-tools", "tools");
|
|
|
|
|
@@ -51,14 +47,10 @@ function printSidebarEntry($url, $title, $icon, $activeId) {
|
|
|
|
|
<hr class="subtle">
|
|
|
|
|
<?php
|
|
|
|
|
printSidebarEntry(l10n_url_abs('/links/'), localize("sidebar.text.links"), "fad fa-link", "links");
|
|
|
|
|
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://wiki.nibblepoker.lu/", localize("sidebar.text.wiki"), "fad fa-books", "");
|
|
|
|
|
?>
|
|
|
|
|
<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://wiki.nibblepoker.lu/", localize("sidebar.text.wiki"), "fad fa-books", "");
|
|
|
|
|
?>
|
|
|
|
|
</div>
|
|
|
|
|
<hr class="subtle">
|
|
|
|
|
<?php
|
|
|
|
|
printSidebarEntry(l10n_url_abs('/about/'), localize("sidebar.text.about"), "fad fa-user", "about");
|
|
|
|
|
|