2014-05-14 13:24:20 +00:00
|
|
|
|
2014-11-11 20:33:58 +00:00
|
|
|
<?php if ($outsideTabs->hasFields()): ?>
|
|
|
|
|
<?= $this->makePartial('section', ['tabs' => $outsideTabs]) ?>
|
2014-06-30 08:23:02 +00:00
|
|
|
<?php endif ?>
|
2014-05-14 13:24:20 +00:00
|
|
|
|
2014-11-11 20:33:58 +00:00
|
|
|
<?php if ($primaryTabs->hasFields()): ?>
|
|
|
|
|
<?= $this->makePartial('section', ['tabs' => $primaryTabs]) ?>
|
2014-06-30 08:23:02 +00:00
|
|
|
<?php endif ?>
|
2014-05-14 13:24:20 +00:00
|
|
|
|
2014-11-11 20:33:58 +00:00
|
|
|
<?php if ($secondaryTabs->hasFields()): ?>
|
|
|
|
|
<?= $this->makePartial('section', ['tabs' => $secondaryTabs]) ?>
|
2014-06-30 08:23:02 +00:00
|
|
|
<?php endif ?>
|