forked from ZwiiCMS-Team/ZwiiCMS
0.9.8
This commit is contained in:
parent
ed33fbf987
commit
b7dfd4059e
@ -32,7 +32,7 @@
|
|||||||
<div class="block">
|
<div class="block">
|
||||||
<h4>Options avancées</h4>
|
<h4>Options avancées</h4>
|
||||||
<?php echo template::file('configFavicon', [
|
<?php echo template::file('configFavicon', [
|
||||||
//'extensions' => 'ico',
|
'type' => 1,
|
||||||
'help' => 'Pensez à supprimer le cache de votre navigateur si la favicon ne change pas.',
|
'help' => 'Pensez à supprimer le cache de votre navigateur si la favicon ne change pas.',
|
||||||
'label' => 'Favicon',
|
'label' => 'Favicon',
|
||||||
'value' => $this->getData(['config', 'favicon'])
|
'value' => $this->getData(['config', 'favicon'])
|
||||||
|
@ -173,12 +173,7 @@ class page extends common {
|
|||||||
'page',
|
'page',
|
||||||
$pageId,
|
$pageId,
|
||||||
[
|
[
|
||||||
// Menu image
|
'content' => (empty($this->getInput('pageEditContent', null)) ? "<p></p>" : $this->getInput('pageEditContent', null)) ,
|
||||||
'typeMenu' => $this->getinput('pageTypeMenu'),
|
|
||||||
'iconUrl' => $this->getinput('pageIconUrl'),
|
|
||||||
'disable'=> $this->getinput('pageDisable', helper::FILTER_BOOLEAN),
|
|
||||||
// Menu image
|
|
||||||
'content' => (empty($this->getInput('pageEditContent', null)) ? "<p></p>" : $this->getInput('pageEditContent', null)) ,
|
|
||||||
'hideTitle' => $this->getInput('pageEditHideTitle', helper::FILTER_BOOLEAN),
|
'hideTitle' => $this->getInput('pageEditHideTitle', helper::FILTER_BOOLEAN),
|
||||||
'metaDescription' => $this->getInput('pageEditMetaDescription', helper::FILTER_STRING_LONG),
|
'metaDescription' => $this->getInput('pageEditMetaDescription', helper::FILTER_STRING_LONG),
|
||||||
'metaTitle' => $this->getInput('pageEditMetaTitle'),
|
'metaTitle' => $this->getInput('pageEditMetaTitle'),
|
||||||
|
Loading…
Reference in New Issue
Block a user