Added TODO sites

This commit is contained in:
Timon Ostertun
2020-09-26 18:08:14 +02:00
parent 8eff91f28b
commit 9d1ba271f3
17 changed files with 253 additions and 6 deletions

View File

@@ -20,7 +20,7 @@
$sp['output'] .= $tpl->load('pagination', ['html-id' => 'pagination']);
// Menu
// TODO: add entries for jump2rank jump2club
// TODO: more entries ?
$items = $tpl->load('menu/item-icon', ['Vereins-Website', '', 'html-id' => 'menu-item-clubwebsite', 'icon' => 'fa-globe']);
$sp['menus'] .= $tpl->load('menu/bottom', [$items, 'html-id' => 'menu-club', 'title' => 'Vereins-Details', 'height' => 320]);