diff --git a/__cms__/cms.php b/__cms__/cms.php index 7ae4832..c88f75c 100644 --- a/__cms__/cms.php +++ b/__cms__/cms.php @@ -25,7 +25,7 @@ class CMS { public static function affiche($uri) { $p = Page::_new(CMS::uri_vers_chemin($uri)); - echo CMS::en_tete($uri) // TODO + echo CMS::en_tete($p->chemin->get()) // TODO . $p->vue() . CMS::pied(); } @@ -38,12 +38,12 @@ class CMS { ' . $titre . ' +

' . $titre . '

'; // // -// } public static function pied() { diff --git a/__cms__/types/galerie-evenement.php b/__cms__/types/galerie-evenement.php index 14b3815..68b4ff7 100644 --- a/__cms__/types/galerie-evenement.php +++ b/__cms__/types/galerie-evenement.php @@ -11,7 +11,7 @@ class GalerieEvenement extends Page { return $enfants[0]->vue('miniature'); } - $ret .= '