Skip to content

Instantly share code, notes, and snippets.

@keeprock
Created March 17, 2015 09:16
Show Gist options
  • Save keeprock/11732b17eef720066b3e to your computer and use it in GitHub Desktop.
Save keeprock/11732b17eef720066b3e to your computer and use it in GitHub Desktop.
Display floated tab with controls
<?php if ($tabs): ?>
<div class="tabs">
<?php print render($tabs); ?>
</div>
<?php endif; ?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment