dstest-1col.tpl.php in Display Suite 7
Same filename and directory in other branches
Display Suite Test 1 column template.
File
tests/dstest_1col/dstest-1col.tpl.phpView 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>