18 require_once SQ_CORE_PACKAGE_PATH.
'/designs/design_area/design_area_edit_fns.inc';
41 parent::__construct();
60 $all_contents = Array();
62 foreach ($contents as $index => $element) {
63 if ($element[
'_type'] !=
'TAG')
continue;
64 if ($element[
'operation'] !=
'login_section' && $element[
'operation'] !=
'logout_section') {
65 $all_contents[] = $element;
70 $section = substr($element[
'operation'], 0, -8);
73 if (!$element[
'self_terminating'] && !empty($element[
'contents'])) {
74 $all_contents = array_merge($all_contents, $element[
'contents']);
75 if (!$asset->
setAttrValue($section.
'_contents', $element[
'contents'])) {
85 $GLOBALS[
'SQ_PROCESSED_DESIGN_AREAS'][$asset->
attr(
'id_name')] = TRUE;