Projet

Général

Profil

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

root / drupal7 / sites / all / themes / rubik / templates / form-simple.tpl.php @ 87dbc3bf

1
<div class='form form-layout-simple clearfix'>
2
  <?php print drupal_render_children($form) ?>
3
  <?php if (!empty($actions)) print drupal_render($actions) ?>
4
</div>