| 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_40d900f77c7711c47140909c91cc3c63c6f3cb577c189b70c2e9abd0e29cbd36($__variables) { extract($__variables)
;?>
<article>
<div class="heading">
<?php if($settings->visibility_name == 'show') { ?>
<h1><?php echo htmlspecialchars(Flash::get('h1'),ENT_QUOTES,'UTF-8'); ?></h1>
<?php } ?>
<?php if($settings->visibility_photo == 'show') { ?>
<div class="photo photo-main"><?php echo Thumb::show($element->photo, $settings->photo, ['alt' => $element->name]); ?></div>
<?php } ?>
<?php if($settings->visibility_sneak == 'show') { ?>
<div class="sneak"><?php echo htmlspecialchars($element->sneak,ENT_QUOTES,'UTF-8'); ?></div>
<?php } ?>
</div>
<div class="content"><?php echo Shortcodes::parse($element->content, ['widget', 'album', 'childs', 'sliblings', 'custom', 'schemaorg'], $element->id, ['parent' => $element->parent_id]); ?></div>
<?php if(cfg('evsmash-cms-attachments')) { ?>
<?php echo View::widget('evsmash/files/attachments', false, ['rel' => 'subpages-'.$element->id]); ?>
<?php } ?>
</article>
<?php } ?>