diff --git a/core/module/theme/theme.php b/core/module/theme/theme.php index a728f34a..e91a82da 100644 --- a/core/module/theme/theme.php +++ b/core/module/theme/theme.php @@ -69,7 +69,7 @@ class theme extends common { 'Ubuntu' => 'Ubuntu', 'Vollkorn' => 'Vollkorn' ]; - public static $widths = [ + public static $containerWidths = [ 'container' => 'Limitée au site', 'none' => 'Etendue sur la page' ]; @@ -229,7 +229,7 @@ class theme extends common { 'uppercase' => 'Majuscules', 'capitalize' => 'Majuscule à chaque mot' ]; - public static $headerMenuWidths = [ + public static $siteWidths = [ '750px' => 'Petite (750 pixels)', '960px' => 'Moyenne (960 pixels)', '1170px' => 'Grande (1170 pixels)', diff --git a/core/module/theme/view/header/header.php b/core/module/theme/view/header/header.php index 9469ee20..a0756b04 100644 --- a/core/module/theme/view/header/header.php +++ b/core/module/theme/view/header/header.php @@ -63,7 +63,7 @@
- 'Largeur', 'selected' => $this->getData(['theme', 'header', 'width']) ]); ?> diff --git a/core/module/theme/view/menu/menu.php b/core/module/theme/view/menu/menu.php index d037a764..cb8d26e6 100644 --- a/core/module/theme/view/menu/menu.php +++ b/core/module/theme/view/menu/menu.php @@ -41,7 +41,7 @@ ?>
- 'Largeur', 'selected' => $this->getData(['theme', 'menu', 'width']) ]); ?> diff --git a/core/module/theme/view/site/site.php b/core/module/theme/view/site/site.php index 636668b5..60d9a321 100644 --- a/core/module/theme/view/site/site.php +++ b/core/module/theme/view/site/site.php @@ -27,7 +27,7 @@

Paramètres

- 'Largeur du site', 'selected' => $this->getData(['theme', 'site', 'width']) ]); ?>