You are here

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

Template to display jquery tab contents.

File

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

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

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

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

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