- Posts: 9
- Thank you received: 1
Please Log in or Create an account to join the conversation.
<?php if (in_array('sermon:player', $this->columns)) : ?>
<div class="col-md-4"></div>
<div class="col-md-8">
<?php echo LayoutHelper::render('plugin.player', array('player' => $player, 'items' => $this->item, 'view' => 'sermon')); ?>
</div>
<?php endif; ?>
<?php if (in_array('sermon:player', $this->columns)) : ?>
<div class="col-md-12">
<?php echo LayoutHelper::render('plugin.player', array('player' => $player, 'items' => $this->item, 'view' => 'sermon')); ?>
</div>
<?php endif; ?>
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.