You are here

panels-dashboard.tpl.php in Panels 7.3

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

File

templates/panels-dashboard.tpl.php
View source
<?php

/**
 * @file
 */
?>
<div class="panels-dashboard clearfix">
  <div class="dashboard-left clearfix">
    <?php

print $left;
?>
  </div>

  <div class="dashboard-right clearfix">
    <?php

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