forked from ZwiiCMS-Team/ZwiiCMS
menu de fonts en cours
This commit is contained in:
parent
8ea56f8ae9
commit
f8f315617d
@ -40,7 +40,8 @@ nav li ul {
|
|||||||
#themeBack,
|
#themeBack,
|
||||||
#themeManage,
|
#themeManage,
|
||||||
#themeAdmin,
|
#themeAdmin,
|
||||||
#themeAdvanced {
|
#themeAdvanced,
|
||||||
|
#themeFonts {
|
||||||
position: relative;
|
position: relative;
|
||||||
z-index: 11;
|
z-index: 11;
|
||||||
}
|
}
|
||||||
|
@ -53,6 +53,15 @@
|
|||||||
]); ?>
|
]); ?>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
<div class="row">
|
||||||
|
<div class="col2">
|
||||||
|
<?php echo template::button('themeFonts', [
|
||||||
|
'ico' => 'code',
|
||||||
|
'href' => helper::baseUrl() . $this->getUrl(0) . '/fonts',
|
||||||
|
'value' => 'Fontes'
|
||||||
|
]); ?>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
<?php else: ?>
|
<?php else: ?>
|
||||||
<?php echo template::speech('Cliquez sur une zone afin d\'accéder à ses options de personnalisation.'); ?>
|
<?php echo template::speech('Cliquez sur une zone afin d\'accéder à ses options de personnalisation.'); ?>
|
||||||
<div class="row">
|
<div class="row">
|
||||||
@ -98,4 +107,13 @@
|
|||||||
]); ?>
|
]); ?>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
<div class="row">
|
||||||
|
<div class="col2">
|
||||||
|
<?php echo template::button('themeFonts', [
|
||||||
|
'ico' => 'code',
|
||||||
|
'href' => helper::baseUrl() . $this->getUrl(0) . '/fonts',
|
||||||
|
'value' => 'Fontes'
|
||||||
|
]); ?>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
<?php endif; ?>
|
<?php endif; ?>
|
||||||
|
Loading…
Reference in New Issue
Block a user