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