'.$eol.$tab.'
'.$eol.$dtab.'
'.$eol.$tab.'
'.$eol.$tab;
echo $eol.'
'.$eol.$dtab.''.$label.''.$eol.$tab.'
'.$eol.$tab.'
'.$eol.$tab;
}
static function close_draggable() {
self::close_tab();
}
/**
*
* Wrapping sections in containers
*
*/
static function wrap_section($section_id, $atts = false) {
$eol = "\r\n";
$tab = "\t";
if (false !== $atts) :
$attributes = '';
foreach ($atts as $attribute => $value) $attributes .= ' '.$attribute.'="'.$value.'"';
endif;
echo $eol.'
'.$eol.$tab;
do_settings_sections($section_id);
echo $eol.'
'.$eol;
}
} // A5_OptionPage
?>