field-jquery-tabs-wrapper.tpl.php in jQuery Tabs Field 7
Same filename and directory in other branches
Template to display jquery tab wrapper.
1 theme call to field-jquery-tabs-wrapper.tpl.php
File
templates/field-jquery-tabs-wrapper.tpl.phpView 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>