diff --git a/core/core.php b/core/core.php index 7fe7fda9..87e883bb 100644 --- a/core/core.php +++ b/core/core.php @@ -45,7 +45,7 @@ class common { // Numéro de version const ZWII_UPDATE_URL = 'https://forge.chapril.org/ZwiiCMS-Team/update/raw/branch/master/'; - const ZWII_VERSION = '11.2.00.4'; + const ZWII_VERSION = '11.2.00.5'; const ZWII_UPDATE_CHANNEL = "test"; public static $actions = []; diff --git a/core/module/theme/theme.php b/core/module/theme/theme.php index 4fab30d5..a76379b4 100644 --- a/core/module/theme/theme.php +++ b/core/module/theme/theme.php @@ -457,7 +457,7 @@ class theme extends common { 'imageContainer' => $this->getInput('themeHeaderImageContainer'), 'tinyHidden' => $this->getInput('themeHeaderTinyHidden', helper::FILTER_BOOLEAN), 'feature' => $this->getInput('themeHeaderFeature'), - 'featureContent' => $this->getInput('themeHeaderContent', null) + 'featureContent' => $this->getInput('themeHeaderText', null) ]]); // Modification de la position du menu selon la position de la bannière if ( $this->getData(['theme','header','position']) == 'site' ) diff --git a/core/module/theme/view/footer/footer.css b/core/module/theme/view/footer/footer.css index 5a91e7a7..56873688 100755 --- a/core/module/theme/view/footer/footer.css +++ b/core/module/theme/view/footer/footer.css @@ -15,4 +15,15 @@ /** NE PAS EFFACER * admin.css -*/ \ No newline at end of file +*/ + +/** +* Titre zone TinyMCE +*/ +.titleWysiwygContent { + font-family: "Oswald",sans-serif; + font-weight: normal; + text-transform: none; + font-size: 1.0em; + margin: 10px; +} \ No newline at end of file diff --git a/core/module/theme/view/footer/footer.php b/core/module/theme/view/footer/footer.php index 874f37e3..c26ed996 100644 --- a/core/module/theme/view/footer/footer.php +++ b/core/module/theme/view/footer/footer.php @@ -140,14 +140,11 @@