summaryrefslogtreecommitdiff
path: root/sites/all/modules/ds/tests/dstest_1col/dstest-1col.tpl.php
blob: 657c20962d1710f42fdc6fcbd904c16ae2471b56 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<?php

/**
 * @file
 * Display Suite Test 1 column template.
 */
?>
<div class="<?php print $classes;?> clearfix <?php print $ds_content_classes;?>">

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

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