%PDF- %PDF-
| Direktori : /home/lightco1/luminero.com.au/libraries/nextend2/nextend/library/embedwidgets/nav/views/ |
| Current File : /home/lightco1/luminero.com.au/libraries/nextend2/nextend/library/embedwidgets/nav/views/view.phtml |
<?php
echo N2Html::openTag('div', array('class' => 'n2-table n2-table-fixed'));
echo N2Html::openTag('div', array('class' => 'n2-tr'));
if (!empty($logoUrl)):
echo N2Html::tag('div', array('class' => 'n2-td n2-blue-logo-bg n2-logo n2-border-radius-tl'), N2Html::tag('a', array('href' => $logoUrl), N2Html::image($logoImageUrl)));
endif;
?>
<div class="n2-td n2-blue-bg n2-header n2-border-radius-tr">
<?php
if (isset($actions) && count($actions)):
?>
<div class="n2-header-action n2-left">
<?php
foreach ($actions AS $action):
echo $action;
endforeach;
?>
</div>
<?php endif; ?>
<?php if (isset($views) && count($views)): ?>
<div class="n2-header-menu">
<?php
foreach ($views AS $view) {
echo $view;
}
?>
</div>
<?php endif; ?>
</div>
<?php
echo N2Html::closeTag('div');
echo N2Html::closeTag('div');