Projet

Général

Profil

Paste
Télécharger (253 octets) Statistiques
| Branche: | Révision:

root / drupal7 / sites / all / themes / corolla / templates / block--quicktabs.tpl.php @ 87dbc3bf

1
<?php
2
// stripped back template to make themeing Quicktabs easier.
3
?>
4
<div id="<?php print $block_html_id; ?>" class="<?php print $classes; ?>"<?php print $attributes; ?>>
5
  <div class="block-inner clearfix">
6
    <?php print $content ?>
7
  </div>
8
</div>