Projet

Général

Profil

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

root / drupal7 / sites / all / modules / ds / tests / dstest_1col / dstest-1col.tpl.php @ 651307cd

1
<?php
2

    
3
/**
4
 * @file
5
 * Display Suite Test 1 column template.
6
 */
7
?>
8
<div class="<?php print $classes;?> clearfix <?php print $ds_content_classes;?>">
9

    
10
  <?php if (isset($title_suffix['contextual_links'])): ?>
11
  <?php print render($title_suffix['contextual_links']); ?>
12
  <?php endif; ?>
13

    
14
  <?php print $ds_content; ?>
15
</div>