ds-1col.tpl.php 487 B

12345678910111213141516171819
  1. <?php
  2. /**
  3. * @file
  4. * Display Suite 1 column template.
  5. */
  6. ?>
  7. <<?php print $ds_content_wrapper; print $layout_attributes; ?> class="ds-1col <?php print $classes;?> clearfix">
  8. <?php if (isset($title_suffix['contextual_links'])): ?>
  9. <?php print render($title_suffix['contextual_links']); ?>
  10. <?php endif; ?>
  11. <?php print $ds_content; ?>
  12. </<?php print $ds_content_wrapper ?>>
  13. <?php if (!empty($drupal_render_children)): ?>
  14. <?php print $drupal_render_children ?>
  15. <?php endif; ?>