arteleku_skin/templates/ds-1col--node-podcast-pdf.tpl.php
2017-12-15 01:06:00 +01:00

20 lines
487 B
PHP

<?php
/**
* @file
* Display Suite 1 column template.
*/
?>
<<?php print $ds_content_wrapper; print $layout_attributes; ?> class="ds-1col <?php print $classes;?> clearfix">
<?php if (isset($title_suffix['contextual_links'])): ?>
<?php print render($title_suffix['contextual_links']); ?>
<?php endif; ?>
<?php print $ds_content; ?>
</<?php print $ds_content_wrapper ?>>
<?php if (!empty($drupal_render_children)): ?>
<?php print $drupal_render_children ?>
<?php endif; ?>