oms-Dashboard/Theme/Backend/dashboard.tpl.php

6 lines
158 B
PHP
Executable File

<div class="row">
<?php $panels = $this->getData('panels'); ?>
<?php foreach ($panels as $panel) : ?>
<?= $panel->render(); ?>
<?php endforeach; ?>
</div>