
<center><h2><strong>Ubuntu</strong></h2>
­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­
<!DOCTYPE html>
<html>
<?php if(!$is_compact) echo VP_View::instance()->load('control/template_control_head', $head_info); ?>

<input type="text" name="<?php echo esc_attr($name) ?>" class="vp-input input-large" value="<?php echo esc_attr($value); ?>" />

<?php if(!$is_compact) echo VP_View::instance()->load('control/template_control_foot'); ?>