diff --git a/__cms__/code/modules/equipes/equipes-index.php b/__cms__/code/modules/equipes/equipes-index.php index 46fe3c3..825979d 100644 --- a/__cms__/code/modules/equipes/equipes-index.php +++ b/__cms__/code/modules/equipes/equipes-index.php @@ -31,6 +31,9 @@ class ÉquipesIndex { if ($vue == "normal") { $ret = ''; + $ret .= '

Horaires

'; + $ret .= Modules::vue(new Chemin("/horaires"), 'miniature')->contenu; + if (Permissions::vérifier_permission($chemin, "set_prop", Authentification::get_utilisateur())) { $ret .= '
'; $ret .= '

'; diff --git a/__cms__/code/modules/horaires/horaires-index.php b/__cms__/code/modules/horaires/horaires-index.php index fb120d5..f66d5f6 100644 --- a/__cms__/code/modules/horaires/horaires-index.php +++ b/__cms__/code/modules/horaires/horaires-index.php @@ -66,6 +66,19 @@ class HorairesIndex { $ret .= ''; } + foreach (stockage::liste_enfants($chemin) as $k) { + $ret .= '
  • ' . Modules::vue($k)->contenu . '
  • '; + } + + $ret .= ''; + + return new Page($chemin, $ret, Stockage::get_prop($chemin, "titre")); + } else if ($vue == "miniature") { + $ret = ''; + + $ret .= '
    '; + $ret .= '