Projet

Général

Profil

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

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

1
<?php
2

    
3
/**
4
 * @file
5
 */
6
?>
7
<div class="panels-dashboard clearfix">
8
  <div class="dashboard-left clearfix">
9
    <?php print $left; ?>
10
  </div>
11

    
12
  <div class="dashboard-right clearfix">
13
    <?php print $right; ?>
14
  </div>
15
</div>