function($prop) { include_css('themes/common/css/workspace.css'); include_js('js/u-workspace-shell.js'); $id = trim((string)($prop['id'] ?? '')); $class = trim((string)($prop['class'] ?? '')); $sidebar = (string)($prop['sidebar_html'] ?? ''); $main = (string)($prop['main_html'] ?? ''); $overlayId = trim((string)($prop['overlay_id'] ?? '')); ob_start(); ?>