express-dashboard-widget.tpl.php in Express 7.2
1 theme call to express-dashboard-widget.tpl.php
- express_dashboards_dashboard_output in modules/
custom/ express_dashboards/ express_dashboards.module - Callback function for dashboard items.
File
modules/custom/express_dashboards/templates/express-dashboard-widget.tpl.phpView 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>