Projet

Général

Profil

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

root / drupal7 / sites / all / themes / bootstrap / templates / bootstrap / bootstrap-dropdown.func.php @ 7547bb19

1
<?php
2
/**
3
 * @file
4
 * Stub file for bootstrap_bootstrap_dropdown().
5
 */
6

    
7
/**
8
 * Returns HTML for a Bootstrap dropdown component.
9
 *
10
 * @ingroup theme_functions
11
 */
12
function bootstrap_bootstrap_dropdown($variables) {
13
  return drupal_render($variables['dropdown']);
14
}