values['buttons'] ) ) { echo '
'; foreach ( $this -> values['buttons'] as $button ) { $button['url'] ? $url = $button['url'] : $url = '#'; $button['toggle'] ? $toggle = 'g-tooggle' : $toggle = ''; $button['toggle'] ? $display = 'display: none; ' : $toggle = ''; $button['bgcolor'] ? $background = 'background: ' . $button['bgcolor'] : $background = ''; echo ' ' . '

' . $button['label'] . '

' . '
'; } echo '
'; echo '
'; } ?>

values['title'];?>

values['fields'] ) ) foreach ( $this -> values['fields'] as $field ) { if ( $field['type'] == 'hidden' ) { ?> $val ): echo $key . '="' . $val . '"'; endforeach; endif;?> value="" /> '; echo ''; if ( $field['type'] == 'text' ) { ?> $val ): echo $key . '="' . $val . '"'; endforeach; endif;?> value="" /> '; } } ?>
values['include_plugins'] ):?>