Made clubs view in the backend working generally (no CUD)
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user