Projet

Général

Profil

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

root / drupal7 / sites / all / themes / rubik / templates / form-default.tpl.php @ e5461e73

1
<div class='form form-layout-default clearfix'>
2
  <div class='column-main'><div class='column-wrapper clearfix'>
3
    <?php print drupal_render_children($form); ?>
4
    <?php if(!empty($actions)) print rubik_render_clone($actions); ?>
5
  </div></div>
6
  <div class='column-side'><div class='column-wrapper clearfix'>
7
    <?php print drupal_render($actions); ?>
8
    <?php print drupal_render($sidebar); ?>
9
  </div></div>
10
  <?php if (!empty($footer)): ?>
11
    <div class='column-footer'><div class='column-wrapper clearfix'><?php print drupal_render($footer); ?></div></div>
12
  <?php endif; ?>
13
</div>