You are here

block--sidebar_first.tpl.php in Varbase: The Ultimate Drupal CMS Starter Kit (Bootstrap Ready) 7.2

Same filename and directory in other branches
  1. 7 themes/vartheme2/templates/blocks/block--sidebar_first.tpl.php

File

themes/vartheme2/templates/blocks/block--sidebar_first.tpl.php
View source
<aside id="<?php

print $block_html_id;
?>" class="<?php

print $classes;
?> widget clearfix"<?php

print $attributes;
?>>

  <?php

print render($title_prefix);
?>
  <?php

if ($title) {
  ?>
    <h4<?php

  print $title_attributes;
  ?>><span><?php

  print $title;
  ?></span></h4>
  <?php

}
?>
  <?php

print render($title_suffix);
?>

  <?php

print $content;
?>
  
</aside> <!-- /.block -->