Revert "13.2.01 supprime la balise section"
This reverts commit 9e656294a685895c81e9a0d6c29c10a25105cda5.
This commit is contained in:
parent
fc69015448
commit
cdab4659a6
@ -57,7 +57,7 @@ class layout extends common
|
|||||||
*/
|
*/
|
||||||
public function showMain()
|
public function showMain()
|
||||||
{
|
{
|
||||||
echo '<main>';
|
echo '<main><section>';
|
||||||
// Récupérer la config de la page courante
|
// Récupérer la config de la page courante
|
||||||
$blocks = is_null($this->getData(['page', $this->getUrl(0), 'block'])) ? '12' : $this->getData(['page', $this->getUrl(0), 'block']);
|
$blocks = is_null($this->getData(['page', $this->getUrl(0), 'block'])) ? '12' : $this->getData(['page', $this->getUrl(0), 'block']);
|
||||||
$blocks = explode('-', $blocks);
|
$blocks = explode('-', $blocks);
|
||||||
@ -151,7 +151,7 @@ class layout extends common
|
|||||||
}
|
}
|
||||||
echo '</div>';
|
echo '</div>';
|
||||||
}
|
}
|
||||||
echo '</main>';
|
echo '</main></section>';
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Loading…
x
Reference in New Issue
Block a user