panels-dashboard-link.tpl.php in Panels 6.3
Same filename and directory in other branches
1 theme call to panels-dashboard-link.tpl.php
- template_preprocess_panels_dashboard in includes/
callbacks.inc
File
templates/panels-dashboard-link.tpl.phpView source
<div class="dashboard-entry clear-block">
<div class="dashboard-text">
<div class="dashboard-link">
<?php
print $link['title'];
?>
</div>
<div class="description">
<?php
print $link['description'];
?>
</div>
</div>
</div>