first import
This commit is contained in:
11
sites/all/modules/panels/templates/panels-dashboard.tpl.php
Normal file
11
sites/all/modules/panels/templates/panels-dashboard.tpl.php
Normal file
@@ -0,0 +1,11 @@
|
||||
<?php
|
||||
?>
|
||||
<div class="panels-dashboard clearfix">
|
||||
<div class="dashboard-left clearfix">
|
||||
<?php print $left; ?>
|
||||
</div>
|
||||
|
||||
<div class="dashboard-right clearfix">
|
||||
<?php print $right; ?>
|
||||
</div>
|
||||
</div>
|
Reference in New Issue
Block a user