Projet

Général

Profil

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

root / drupal7 / sites / all / modules / panels / templates / panels-dashboard.tpl.php @ e4c061ad

1
<?php
2
?>
3
<div class="panels-dashboard clearfix">
4
  <div class="dashboard-left clearfix">
5
    <?php print $left; ?>
6
  </div>
7

    
8
  <div class="dashboard-right clearfix">
9
    <?php print $right; ?>
10
  </div>
11
</div>