| 1 |
<div <?php VP_Util_Text::print_if_exists($section->get_name(), 'id="%s" '); ?> |
| 2 |
class="vp-section<?php echo !empty($container_extra_classes) ? (' ' . $container_extra_classes) : ''; ?>" |
| 3 |
<?php echo VP_Util_Text::print_if_exists($section->get_dependency(), 'data-vp-dependency="%s"'); ?> > |
| 4 |
<?php VP_Util_Text::print_if_exists($section->get_title(), '<h3>%s</h3>'); ?> |
| 5 |
<?php VP_Util_Text::print_if_exists($section->get_description(), '<span class="description vp-js-tipsy" original-title="%s"></span>'); ?> |
| 6 |
<div class="vp-controls"> |
| 7 |
<?php foreach ($section->get_fields() as $field): ?> |
| 8 |
<?php echo $field->render(); ?> |
| 9 |
<?php endforeach; ?> |
| 10 |
</div> |
| 11 |
</div> |