| Server IP : 178.212.43.201 / Your IP : 10.100.0.33 Web Server : Apache/2.4.37 (Oracle Linux Server) OpenSSL/1.1.1k System : Linux spa0007.srv.paxillus.pl 5.4.17-2136.355.3.1.el8uek.x86_64 #3 SMP Sat May 9 17:11:55 PDT 2026 x86_64 User : apache ( 48) PHP Version : 7.4.33 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : ON Directory : /var/www/html/kontur_new/app/storage/haml/ |
Upload File : |
<?php
use Evsmash\Core\Database\Query;
use Evsmash\Core\Dec\Assets;
use Evsmash\Core\Dec\Bar;
use Evsmash\Core\Dec\Bbcode;
use Evsmash\Core\Dec\Dec;
use Evsmash\Core\Dec\Form;
use Evsmash\Core\Dec\Html;
use Evsmash\Core\Dec\Js;
use Evsmash\Core\Dec\Shortcodes;
use Evsmash\Core\Dec\Thumb;
use Evsmash\Core\Files\File;
use Evsmash\Core\Helpers\Arr;
use Evsmash\Core\Helpers\Date;
use Evsmash\Core\Helpers\H;
use Evsmash\Core\Helpers\Num;
use Evsmash\Core\Helpers\Sanitize;
use Evsmash\Core\Helpers\Str;
use Evsmash\Core\Helpers\Time;
use Evsmash\Core\Helpers\View;
use Evsmash\Core\Helpers\Http\Notify;
use Evsmash\Core\Input\Flash;
use Evsmash\Core\Input\Route;
use Evsmash\Core\Input\Server;
use Evsmash\Core\Input\Session;
use Evsmash\Core\Simpy\Button;
use Evsmash\Core\Simpy\Element;
use Evsmash\Core\Simpy\Params;
use Evsmash\Core\Services\Currency;
use Evsmash\Core\System\Auth;
use Evsmash\Core\System\Lang;
use Evsmash\Core\System\Trans;
function __Haml_93603ea44bd3c2920158713b2891565b2bc9936844fd9c8938fff2f97987924e($__variables) { extract($__variables)
;?>
<?php $nav = Evsmash\Cms\Link::where('nav_id', $settings->ID)->orderBy('lft', 'asc')->published()->get(); ?>
<?php Trans::get($nav, 'links'); ?>
<?php $nav = $nav->toHierarchy(); ?>
<?php $class = ''; ?>
<?php if($settings->overflow == 'true') { ?>
<?php $class = 'navigation-overflow'; ?>
<?php } ?>
<nav <?php echo MtHaml\Runtime::renderAttributes(array(array('class', 'std'), array('class', $class)), 'html5', 'UTF-8'); ?>>
<ul class="list-unstyled">
<?php foreach($nav as $row): { ?>
<?php echo Evsmash\Cms\Link::tree($row); ?>
<?php } ?>
<?php endforeach; ?>
<?php if($settings->overflow == 'true') { ?>
<li class="overflow-more"><?php echo Dec::a('#', t('More').'+'); ?></li>
<?php } ?>
</ul>
</nav>
<?php if($settings->responsive == 'true'): { ?>
<?php if(!empty($settings->responsive_pull)): { ?>
<?php $nav = Evsmash\Cms\Link::pull($settings->responsive_pull)->published()->get()->toHierarchy(); ?>
<?php } ?>
<?php endif; ?>
<nav class="ham">
<div class="ham-btn">
<?php echo Dec::a('#', Shortcodes::parse($settings->responsive_button), false)->class('ham-switcher'); ?>
</div>
<div <?php echo MtHaml\Runtime::renderAttributes(array(array('class', 'ham-menu'), array('class', ($settings->responsive_menu_class))), 'html5', 'UTF-8'); ?>>
<ul class="list-unstyled">
<?php if($settings->responsive_close == 'true') { ?>
<li><?php echo Dec::a('#', Dec::i('bars').' '.t('Navigation').' (x)', false)->class('ham-switcher'); ?></li>
<?php } ?>
<?php foreach($nav as $row): { ?>
<?php echo Evsmash\Cms\Link::tree($row); ?>
<?php } ?>
<?php endforeach; ?>
</ul>
<?php if(!empty($settings->responsive_widgets)) { ?>
<?php foreach(explode(';', $settings->responsive_widgets) as $widget): { ?>
<?php echo View::widget($widget); ?>
<?php } ?>
<?php endforeach; ?>
<?php } ?>
</div>
</nav>
<?php } ?>
<?php endif; ?>
<!-- / js -->
<?php View::js('evsmash/cms/navigation', $settings); ?>
<?php } ?>