Projet

Général

Profil

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

root / drupal7 / sites / all / themes / bootstrap / theme / system / fieldset.func.php @ 87dbc3bf

1
<?php
2
/**
3
 * @file
4
 * fieldset.func.php
5
 */
6

    
7
/**
8
 * Overrides theme_fieldset().
9
 */
10
function bootstrap_fieldset($variables) {
11
  return theme('bootstrap_panel', $variables);
12
}