diff --git a/core/module/page/page.php b/core/module/page/page.php index 5d305c69..454dc549 100755 --- a/core/module/page/page.php +++ b/core/module/page/page.php @@ -173,7 +173,12 @@ class page extends common { 'page', $pageId, [ - 'content' => (empty($this->getInput('pageEditContent', null)) ? "

" : $this->getInput('pageEditContent', null)) , + // 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)) ? "

" : $this->getInput('pageEditContent', null)) , 'hideTitle' => $this->getInput('pageEditHideTitle', helper::FILTER_BOOLEAN), 'metaDescription' => $this->getInput('pageEditMetaDescription', helper::FILTER_STRING_LONG), 'metaTitle' => $this->getInput('pageEditMetaTitle'),