Made clubs view in the backend working generally (no CUD)

This commit is contained in:
2019-05-20 13:02:04 +02:00
parent f8df0c3fc4
commit 4dc78c21af
3 changed files with 24 additions and 15 deletions

View File

@@ -12,6 +12,7 @@ class ClubsViewClubs extends HtmlView
function display($tpl = null)
{
// $this->offers = ClubsOffer::loadOffers();
$this->clubs = ClubsClub::loadClubs();
ToolbarHelper::title('Club-Management - Clubs');
parent::display($tpl);