You are here

brick.tpl.php in Bricks​ 7.5

Same filename and directory in other branches
  1. 7.4 brick.tpl.php

File

brick.tpl.php
View source
<?php

print $prefix;
print $heading;
print render($content);
print $suffix;