076 correction de headers
This commit is contained in:
parent
906ed547a6
commit
be614eae29
@ -36,7 +36,7 @@ class common {
|
|||||||
const THUMBS_WIDTH = 640;
|
const THUMBS_WIDTH = 640;
|
||||||
|
|
||||||
// Numéro de version
|
// Numéro de version
|
||||||
const ZWII_VERSION = '10.0.075';
|
const ZWII_VERSION = '10.0.076';
|
||||||
const ZWII_UPDATE_CHANNEL = "v10";
|
const ZWII_UPDATE_CHANNEL = "v10";
|
||||||
|
|
||||||
public static $actions = [];
|
public static $actions = [];
|
||||||
@ -1824,7 +1824,7 @@ class layout extends common {
|
|||||||
OR $this->getData(['page', $this->getUrl(0), 'hideTitle']) === false
|
OR $this->getData(['page', $this->getUrl(0), 'hideTitle']) === false
|
||||||
)
|
)
|
||||||
) {
|
) {
|
||||||
echo '<h2 id="sectionTitle">' . $this->core->output['title'] . '</h2>';
|
echo '<h1 id="sectionTitle">' . $this->core->output['title'] . '</h1>';
|
||||||
}
|
}
|
||||||
echo $this->core->output['content'];
|
echo $this->core->output['content'];
|
||||||
|
|
||||||
|
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue
Block a user