This commit is contained in:
Fred Tempez 2018-04-08 11:21:48 +02:00
parent ed33fbf987
commit b7dfd4059e
2 changed files with 2 additions and 7 deletions

View File

@ -32,7 +32,7 @@
<div class="block">
<h4>Options avancées</h4>
<?php echo template::file('configFavicon', [
//'extensions' => 'ico',
'type' => 1,
'help' => 'Pensez à supprimer le cache de votre navigateur si la favicon ne change pas.',
'label' => 'Favicon',
'value' => $this->getData(['config', 'favicon'])

View File

@ -173,11 +173,6 @@ class page extends common {
'page',
$pageId,
[
// Menu image
'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),
'metaDescription' => $this->getInput('pageEditMetaDescription', helper::FILTER_STRING_LONG),