getMegaSettings($mega_menu_path,json_decode($this->value)); $html .= ''; return $html; } public function getMegaSettings($path,$value = null) { ob_start(); $menu_data = $value; include_once $path.'menulayout.php'; $html = ob_get_contents(); ob_clean(); return $html; } }