Initial commit
This commit is contained in:
8
page-membres.php
Normal file
8
page-membres.php
Normal file
@@ -0,0 +1,8 @@
|
||||
<?php
|
||||
require_once __DIR__ . '/inc/membres-helpers.php';
|
||||
|
||||
$context = Timber::context();
|
||||
$context['groups'] = thalim_get_membres_groups();
|
||||
$context['filter_roles'] = thalim_get_role_terms();
|
||||
|
||||
Timber::render( 'page-membres.twig', $context );
|
||||
Reference in New Issue
Block a user