You are here

express-dashboard-widget.tpl.php in Express 7.2

File

modules/custom/express_dashboards/templates/express-dashboard-widget.tpl.php
View source
<div class="express-dashboard-widget-container">
    <h2 class="express-dashboard-widget-title"><?php

print $title;
?></h2>
    <div class="express-dashboard-widget-content">
      <?php

print render($content);
?>
    </div>
</div>