You are here

panels-dashboard.tpl.php in Panels 6.3

Same filename and directory in other branches
  1. 7.3 templates/panels-dashboard.tpl.php

File

templates/panels-dashboard.tpl.php
View source
<div class="panels-dashboard">
  <div class="dashboard-left clear-block">
    <?php

print $left;
?>
  </div>

  <div class="dashboard-right clear-block">
    <?php

print $right;
?>
  </div>
</div>