芝麻web文件管理V1.00
编辑当前文件:/var/www/cognitio.in/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Application/Admin/Layout/LayoutEditor.php
setLayout($this); foreach ($this->state as $name => $value) { $admin->setAttribute('data-' . $name, $value); } $admin->setEditorOverlay($this->editorOverlay); $admin->display(); } /** * @param $label * @param $icon * @param string $url * * @return Breadcrumb */ public function addBreadcrumb($label, $icon, $url = '#') { return $this->blockBreadCrumb->addBreadcrumb($label, $icon, $url); } /** * @param BlockEditorOverlay $editorOverlay */ public function setEditorOverlay($editorOverlay) { $this->editorOverlay = $editorOverlay; $this->blockBreadCrumb = $editorOverlay->getBlockBreadCrumb(); } }