You are here

dstest-1col.tpl.php in Display Suite 7

Same filename and directory in other branches
  1. 7.2 tests/dstest_1col/dstest-1col.tpl.php

Display Suite Test 1 column template.

File

tests/dstest_1col/dstest-1col.tpl.php
View source
<?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

}
?>

  <?php

print $ds_content;
?>
</div>