You are here

field-jquery-tabs-wrapper.tpl.php in jQuery Tabs Field 7

Template to display jquery tab wrapper.

File

templates/field-jquery-tabs-wrapper.tpl.php
View source
<?php

/**
 * @file
 * Template to display jquery tab wrapper.
 */
?>
<div id="tabs-<?php

print $variables['delta'];
?>">
  <ul>
    <?php

print $variables['tabs_list'];
?>
  </ul>
  <?php

print $variables['tabs_body'];
?>
</div>