forked from ZwiiCMS-Team/ZwiiCMS
libellé bouton éditeur CSS
This commit is contained in:
parent
ff1ed256f0
commit
724a863957
@ -9,8 +9,9 @@
|
|||||||
* @author Rémi Jean <remi.jean@outlook.com>
|
* @author Rémi Jean <remi.jean@outlook.com>
|
||||||
* @copyright Copyright (C) 2008-2018, Rémi Jean
|
* @copyright Copyright (C) 2008-2018, Rémi Jean
|
||||||
* @license GNU General Public License, version 3
|
* @license GNU General Public License, version 3
|
||||||
* @link http://zwiicms.com/
|
* @link http://zwiicms.com/
|
||||||
* @Edition : 23/9/18 Frédéric Tempez <frederic.tempez@outlook.com>
|
* @copyright : Frédéric Tempez <frederic.tempez@outlook.com>
|
||||||
|
* @copyright Copyright (C) 2018-2019, Frédéric Tempez
|
||||||
*/
|
*/
|
||||||
|
|
||||||
class theme extends common {
|
class theme extends common {
|
||||||
@ -216,7 +217,7 @@ class theme extends common {
|
|||||||
}
|
}
|
||||||
// Valeurs en sortie
|
// Valeurs en sortie
|
||||||
$this->addOutput([
|
$this->addOutput([
|
||||||
'title' => 'Personnalisation avancée',
|
'title' => 'Éditeur CSS',
|
||||||
'vendor' => [
|
'vendor' => [
|
||||||
'codemirror'
|
'codemirror'
|
||||||
],
|
],
|
||||||
|
@ -23,7 +23,7 @@
|
|||||||
<div class="col2">
|
<div class="col2">
|
||||||
<?php echo template::button('themeAdvanced', [
|
<?php echo template::button('themeAdvanced', [
|
||||||
'href' => helper::baseUrl() . $this->getUrl(0) . '/advanced',
|
'href' => helper::baseUrl() . $this->getUrl(0) . '/advanced',
|
||||||
'value' => 'Mode avancé',
|
'value' => 'Éditeur CSS',
|
||||||
'ico' => 'code'
|
'ico' => 'code'
|
||||||
]); ?>
|
]); ?>
|
||||||
</div>
|
</div>
|
||||||
@ -55,7 +55,7 @@
|
|||||||
<div class="col2">
|
<div class="col2">
|
||||||
<?php echo template::button('themeAdvanced', [
|
<?php echo template::button('themeAdvanced', [
|
||||||
'href' => helper::baseUrl() . $this->getUrl(0) . '/advanced',
|
'href' => helper::baseUrl() . $this->getUrl(0) . '/advanced',
|
||||||
'value' => 'Mode avancé',
|
'value' => 'Éditeur CSS',
|
||||||
'ico' => 'code'
|
'ico' => 'code'
|
||||||
]); ?>
|
]); ?>
|
||||||
</div>
|
</div>
|
||||||
|
Loading…
Reference in New Issue
Block a user