Projet

Général

Profil

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

root / drupal7 / sites / all / modules / ds / layouts / ds_1col / ds-1col.tpl.php @ 76df55b7

1
<?php
2

    
3
/**
4
 * @file
5
 * Display Suite 1 column template.
6
 */
7
?>
8
<<?php print $ds_content_wrapper; print $layout_attributes; ?> class="ds-1col <?php print $classes;?> clearfix">
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
</<?php print $ds_content_wrapper ?>>
16

    
17
<?php if (!empty($drupal_render_children)): ?>
18
  <?php print $drupal_render_children ?>
19
<?php endif; ?>