Vereine"; $sp['output'] .= $tpl->load('card', [$content]); // List $content = '
'; $content .= $tpl->load('input', ['html-id' => 'input-search', 'placeholder' => 'Suche', 'type' => 'text', 'css-class' => 'mt-2']); $content .= ''; $sp['output'] .= $tpl->load('card', [$content, 'html-id' => 'card-list']); // Pagination $sp['output'] .= $tpl->load('pagination', ['html-id' => 'pagination']); // Menu // 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]); $sp['scripts'] .= $scripts->load('pagination', ['pageChange', 'page', 'pageCount', 'pagination']); $sp['scripts'] .= $scripts->load('clubs'); ?>