/home/ekonow/ekonow.ru/www/wp-content/plugins/core-plugin/vendor/sau/wp-core/src/TwigExtension/WPAttachments.php
new TwigFunction('get_post', 'get_post' ),
new TwigFunction('get_post_thumbnail_id', 'get_post_thumbnail_id' ),
new TwigFunction('rel_canonical', 'rel_canonical' ),
new TwigFunction('wp_get_canonical_url', 'wp_get_canonical_url' ),
new TwigFunction('is_archive', 'is_archive' ),
new TwigFunction('get_query_var', 'get_query_var' ),
/* Колхоз кончился */
];
}
public function wp_attach_img_alt(int $attachment_id)
{
return trim(
strip_tags(get_post_meta($attachment_id, '_wp_attachment_image_alt', true))
) ?: $this->wp_attach_title($attachment_id);
}
public function wp_attach_title(int $attachment_id)
{
if ( ! $post = get_post($attachment_id)) {
return false;
}
return $post->post_title;
}
public function wp_attach_caption(int $attachment_id)
{
if ( ! $post = get_post($attachment_id)) {
return false;
Arguments
"Sau\WP\Core\TwigExtension\WPAttachments::wp_attach_img_alt(): Argument #1 ($attachment_id) must be of type int, string given, called in /home/ekonow/ekonow.ru/www/wp-content/plugins/core-plugin/var/cache/twig/48/484bc208d0c1973fed5d9d1b702e3dc5c03855822f04e6481c56801f76abde0e.php on line 55"
/home/ekonow/ekonow.ru/www/wp-content/plugins/core-plugin/var/cache/twig/48/484bc208d0c1973fed5d9d1b702e3dc5c03855822f04e6481c56801f76abde0e.php
// line 2
echo "<div class=\"article-content__item article-content__item_full\">
<div class=\"article-content__inner\">
<div class=\"article-gallery js-gallery-module js-toggle-inner\">
<div class=\"article-gallery__main\">
<div class=\"article-gallery-slider-main js-article-gallery-slider-main\">
";
// line 7
$context['_parent'] = $context;
$context['_seq'] = twig_ensure_traversable((isset($context["slider"]) || array_key_exists("slider", $context) ? $context["slider"] : (function () { throw new RuntimeError('Variable "slider" does not exist.', 7, $this->source); })()));
foreach ($context['_seq'] as $context["_key"] => $context["slide"]) {
// line 8
echo " <div class=\"article-gallery-slider-main__item js-toggle-inner-item\">
<div class=\"object-fit-wrap\">
<div class=\"object-fit-wrap__img-wrapper\">
<img class=\"object-fit-wrap__img\" src=\"";
// line 11
echo twig_escape_filter($this->env, wp_get_attachment_image_url(twig_get_attribute($this->env, $this->source, $context["slide"], "image", [], "any", false, false, false, 11), "full"), "html", null, true);
echo "\" alt=\"";
echo twig_escape_filter($this->env, $this->extensions['Sau\WP\Core\TwigExtension\WPAttachments']->wp_attach_img_alt(twig_number_format_filter($this->env, twig_get_attribute($this->env, $this->source, $context["slide"], "image", [], "any", false, false, false, 11))), "html", null, true);
echo "\" role=\"presentation\" />
</div>
</div>
";
// line 14
if ((twig_get_attribute($this->env, $this->source, $context["slide"], "title", [], "any", false, false, false, 14) || twig_get_attribute($this->env, $this->source, $context["slide"], "text", [], "any", false, false, false, 14))) {
// line 15
echo " <div class=\"article-gallery-slider-main__content\">
<h4 class=\"article-gallery-slider-main__title js-toggle-inner-title\">";
// line 16
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, $context["slide"], "title", [], "any", false, false, false, 16), "html", null, true);
echo "</h4>
<p class=\"article-gallery-slider-main__text js-toggle-inner-list\">";
// line 17
echo twig_get_attribute($this->env, $this->source, $context["slide"], "text", [], "any", false, false, false, 17);
echo "</p>
</div>
";
}
// line 20
Arguments
/home/ekonow/ekonow.ru/www/wp-content/plugins/core-plugin/vendor/twig/twig/src/Template.php
} else {
ob_start(function () { return ''; });
}
try {
$this->display($context);
} catch (\Throwable $e) {
while (ob_get_level() > $level) {
ob_end_clean();
}
throw $e;
}
return ob_get_clean();
}
protected function displayWithErrorHandling(array $context, array $blocks = [])
{
try {
$this->doDisplay($context, $blocks);
} catch (Error $e) {
if (!$e->getSourceContext()) {
$e->setSourceContext($this->getSourceContext());
}
// this is mostly useful for \Twig\Error\LoaderError exceptions
// see \Twig\Error\LoaderError
if (-1 === $e->getTemplateLine()) {
$e->guess();
}
throw $e;
} catch (\Exception $e) {
$e = new RuntimeError(sprintf('An exception has been thrown during the rendering of a template ("%s").', $e->getMessage()), -1, $this->getSourceContext(), $e);
$e->guess();
throw $e;
}
}
Arguments
array:6 [
"slider" => array:2 [
0 => array:5 [
"_id" => "cf-gzEw_HReYFhnv8RbdGnpf"
"_type" => "_"
"title" => ""
"text" => ""
"image" => 1316
]
1 => array:5 [
"_id" => "cf-XBfhIcT5ffUGlcvJ6PPTU"
"_type" => "_"
"title" => ""
"text" => ""
"image" => 1315
]
]
"inner_blocks" => ""
"_parent" => array:2 [
"slider" => array:2 [
0 => array:5 [
"_id" => "cf-gzEw_HReYFhnv8RbdGnpf"
"_type" => "_"
"title" => ""
"text" => ""
"image" => 1316
]
1 => array:5 [
"_id" => "cf-XBfhIcT5ffUGlcvJ6PPTU"
"_type" => "_"
"title" => ""
"text" => ""
"image" => 1315
]
]
"inner_blocks" => ""
]
"_seq" => array:2 [
0 => array:5 [
"_id" => "cf-gzEw_HReYFhnv8RbdGnpf"
"_type" => "_"
"title" => ""
"text" => ""
"image" => 1316
]
1 => array:5 [
"_id" => "cf-XBfhIcT5ffUGlcvJ6PPTU"
"_type" => "_"
"title" => ""
"text" => ""
"image" => 1315
]
]
"slide" => array:5 [
"_id" => "cf-gzEw_HReYFhnv8RbdGnpf"
"_type" => "_"
"title" => ""
"text" => ""
"image" => 1316
]
"_key" => 0
]
[]
/home/ekonow/ekonow.ru/www/wp-content/plugins/core-plugin/vendor/twig/twig/src/Template.php
{
return $this;
}
/**
* Returns all blocks.
*
* This method is for internal use only and should never be called
* directly.
*
* @return array An array of blocks
*/
public function getBlocks()
{
return $this->blocks;
}
public function display(array $context, array $blocks = [])
{
$this->displayWithErrorHandling($this->env->mergeGlobals($context), array_merge($this->blocks, $blocks));
}
public function render(array $context)
{
$level = ob_get_level();
if ($this->env->isDebug()) {
ob_start();
} else {
ob_start(function () { return ''; });
}
try {
$this->display($context);
} catch (\Throwable $e) {
while (ob_get_level() > $level) {
ob_end_clean();
}
throw $e;
}
Arguments
array:2 [
"slider" => array:2 [
0 => array:5 [
"_id" => "cf-gzEw_HReYFhnv8RbdGnpf"
"_type" => "_"
"title" => ""
"text" => ""
"image" => 1316
]
1 => array:5 [
"_id" => "cf-XBfhIcT5ffUGlcvJ6PPTU"
"_type" => "_"
"title" => ""
"text" => ""
"image" => 1315
]
]
"inner_blocks" => ""
]
[]
/home/ekonow/ekonow.ru/www/wp-content/plugins/core-plugin/vendor/twig/twig/src/Template.php
public function getBlocks()
{
return $this->blocks;
}
public function display(array $context, array $blocks = [])
{
$this->displayWithErrorHandling($this->env->mergeGlobals($context), array_merge($this->blocks, $blocks));
}
public function render(array $context)
{
$level = ob_get_level();
if ($this->env->isDebug()) {
ob_start();
} else {
ob_start(function () { return ''; });
}
try {
$this->display($context);
} catch (\Throwable $e) {
while (ob_get_level() > $level) {
ob_end_clean();
}
throw $e;
}
return ob_get_clean();
}
protected function displayWithErrorHandling(array $context, array $blocks = [])
{
try {
$this->doDisplay($context, $blocks);
} catch (Error $e) {
if (!$e->getSourceContext()) {
$e->setSourceContext($this->getSourceContext());
}
Arguments
array:2 [
"slider" => array:2 [
0 => array:5 [
"_id" => "cf-gzEw_HReYFhnv8RbdGnpf"
"_type" => "_"
"title" => ""
"text" => ""
"image" => 1316
]
1 => array:5 [
"_id" => "cf-XBfhIcT5ffUGlcvJ6PPTU"
"_type" => "_"
"title" => ""
"text" => ""
"image" => 1315
]
]
"inner_blocks" => ""
]
/home/ekonow/ekonow.ru/www/wp-content/plugins/core-plugin/vendor/twig/twig/src/TemplateWrapper.php
* directly (use Twig\Environment::load() instead).
*
* @internal
*/
public function __construct(Environment $env, Template $template)
{
$this->env = $env;
$this->template = $template;
}
/**
* Renders the template.
*
* @param array $context An array of parameters to pass to the template
*/
public function render(array $context = []): string
{
// using func_get_args() allows to not expose the blocks argument
// as it should only be used by internal code
return $this->template->render($context, \func_get_args()[1] ?? []);
}
/**
* Displays the template.
*
* @param array $context An array of parameters to pass to the template
*/
public function display(array $context = [])
{
// using func_get_args() allows to not expose the blocks argument
// as it should only be used by internal code
$this->template->display($context, \func_get_args()[1] ?? []);
}
/**
* Checks if a block is defined.
*
* @param string $name The block name
* @param array $context An array of parameters to pass to the template
*/
Arguments
array:2 [
"slider" => array:2 [
0 => array:5 [
"_id" => "cf-gzEw_HReYFhnv8RbdGnpf"
"_type" => "_"
"title" => ""
"text" => ""
"image" => 1316
]
1 => array:5 [
"_id" => "cf-XBfhIcT5ffUGlcvJ6PPTU"
"_type" => "_"
"title" => ""
"text" => ""
"image" => 1315
]
]
"inner_blocks" => ""
]
[]
/home/ekonow/ekonow.ru/www/wp-content/plugins/core-plugin/vendor/twig/twig/src/Environment.php
$key = $this->getLoader()->getCacheKey($name).$this->optionsHash;
return $this->templateClassPrefix.hash('sha256', $key).(null === $index ? '' : '___'.$index);
}
/**
* Renders a template.
*
* @param string|TemplateWrapper $name The template name
* @param array $context An array of parameters to pass to the template
*
* @return string The rendered template
*
* @throws LoaderError When the template cannot be found
* @throws SyntaxError When an error occurred during compilation
* @throws RuntimeError When an error occurred during rendering
*/
public function render($name, array $context = [])
{
return $this->load($name)->render($context);
}
/**
* Displays a template.
*
* @param string|TemplateWrapper $name The template name
* @param array $context An array of parameters to pass to the template
*
* @throws LoaderError When the template cannot be found
* @throws SyntaxError When an error occurred during compilation
* @throws RuntimeError When an error occurred during rendering
*/
public function display($name, array $context = [])
{
$this->load($name)->display($context);
}
/**
* Loads a template.
*
Arguments
array:2 [
"slider" => array:2 [
0 => array:5 [
"_id" => "cf-gzEw_HReYFhnv8RbdGnpf"
"_type" => "_"
"title" => ""
"text" => ""
"image" => 1316
]
1 => array:5 [
"_id" => "cf-XBfhIcT5ffUGlcvJ6PPTU"
"_type" => "_"
"title" => ""
"text" => ""
"image" => 1315
]
]
"inner_blocks" => ""
]
/home/ekonow/ekonow.ru/www/wp-content/plugins/core-plugin/vendor/sau/wp-core/src/Twig/Twig.php
*
* @throws LoaderError
*/
public function __construct(TwigEngine $engine)
{
$this->environment = $engine->getEnvironment();
}
/**
* @param $name
* @param array $parameters
*
* @return string
* @throws LoaderError
* @throws RuntimeError
* @throws SyntaxError
*/
public function render($name, array $parameters = [])
{
return $this->environment->render($name, $parameters);
}
/**
* @param $name
* @param array $parameters
*
* @throws LoaderError
* @throws RuntimeError
* @throws SyntaxError
*/
public function display($name, array $parameters = [])
{
$this->environment->display($name, $parameters);
}
}
Arguments
"@s-core/block/page/sliger.html.twig"
array:2 [
"slider" => array:2 [
0 => array:5 [
"_id" => "cf-gzEw_HReYFhnv8RbdGnpf"
"_type" => "_"
"title" => ""
"text" => ""
"image" => 1316
]
1 => array:5 [
"_id" => "cf-XBfhIcT5ffUGlcvJ6PPTU"
"_type" => "_"
"title" => ""
"text" => ""
"image" => 1315
]
]
"inner_blocks" => ""
]
/home/ekonow/ekonow.ru/www/wp-content/plugins/core-plugin/vendor/sau/wp-core/src/Carbon/GutenbergBlock.php
/**
* Fields for this block
* @return array
*/
abstract public function getFields(): array;
/**
* Setup preview mod
* @return bool
*/
protected function getPreviewMod(): bool
{
return false;
}
public function render($fields, $attributes, $inner_blocks)
{
//todo: add inner_blocks
$fields[ 'inner_blocks' ] = $inner_blocks;
echo $this->twig->render($this->getTemplate(), $fields);
}
}
Arguments
"@s-core/block/page/sliger.html.twig"
array:2 [
"slider" => array:2 [
0 => array:5 [
"_id" => "cf-gzEw_HReYFhnv8RbdGnpf"
"_type" => "_"
"title" => ""
"text" => ""
"image" => 1316
]
1 => array:5 [
"_id" => "cf-XBfhIcT5ffUGlcvJ6PPTU"
"_type" => "_"
"title" => ""
"text" => ""
"image" => 1315
]
]
"inner_blocks" => ""
]
/home/ekonow/ekonow.ru/www/wp-content/plugins/core-plugin/vendor/htmlburger/carbon-fields/core/Container/Block_Container.php
}
/**
* Render the block type.
*
* @param array $attributes
* @param string $content
* @return string
*/
public function render_block( $attributes, $content ) {
$fields = $attributes['data'];
$post_id = $this->get_post_id();
// Unset the "data" property because we
// pass it as separate argument to the callback.
unset($attributes['data']);
ob_start();
call_user_func( $this->render_callback , $fields, $attributes, $content, $post_id );
return ob_get_clean();
}
/**
* Returns the block type name, e.g. "carbon-fields/testimonial"
*/
private function get_block_type_name() {
return str_replace( 'carbon-fields-container-', 'carbon-fields/', str_replace( '_', '-', $this->id ) );
}
/**
* Register the block type.
*
* @return void
*/
protected function register_block() {
if ( is_null( $this->render_callback ) ) {
throw new \Exception( __( "'render_callback' is required for the blocks.", 'crb' ) );
}
Arguments
array:2 [
"slider" => array:2 [
0 => array:5 [
"_id" => "cf-gzEw_HReYFhnv8RbdGnpf"
"_type" => "_"
"title" => ""
"text" => ""
"image" => 1316
]
1 => array:5 [
"_id" => "cf-XBfhIcT5ffUGlcvJ6PPTU"
"_type" => "_"
"title" => ""
"text" => ""
"image" => 1315
]
]
"inner_blocks" => ""
]
[]
""
1313
/home/ekonow/ekonow.ru/www/wp-content/plugins/core-plugin/vendor/htmlburger/carbon-fields/core/Container/Block_Container.php
}
/**
* Render the block type.
*
* @param array $attributes
* @param string $content
* @return string
*/
public function render_block( $attributes, $content ) {
$fields = $attributes['data'];
$post_id = $this->get_post_id();
// Unset the "data" property because we
// pass it as separate argument to the callback.
unset($attributes['data']);
ob_start();
call_user_func( $this->render_callback , $fields, $attributes, $content, $post_id );
return ob_get_clean();
}
/**
* Returns the block type name, e.g. "carbon-fields/testimonial"
*/
private function get_block_type_name() {
return str_replace( 'carbon-fields-container-', 'carbon-fields/', str_replace( '_', '-', $this->id ) );
}
/**
* Register the block type.
*
* @return void
*/
protected function register_block() {
if ( is_null( $this->render_callback ) ) {
throw new \Exception( __( "'render_callback' is required for the blocks.", 'crb' ) );
}
Arguments
array:2 [
0 => Sliger {#1881}
1 => "render"
]
array:1 [
"slider" => array:2 [
0 => array:5 [
"_id" => "cf-gzEw_HReYFhnv8RbdGnpf"
"_type" => "_"
"title" => ""
"text" => ""
"image" => 1316
]
1 => array:5 [
"_id" => "cf-XBfhIcT5ffUGlcvJ6PPTU"
"_type" => "_"
"title" => ""
"text" => ""
"image" => 1315
]
]
]
[]
""
1313
/home/ekonow/ekonow.ru/www/wp-includes/class-wp-block.php
}
++$index;
}
}
}
if ( ! empty( $computed_attributes ) && ! empty( $block_content ) ) {
foreach ( $computed_attributes as $attribute_name => $source_value ) {
$block_content = $this->replace_html( $block_content, $attribute_name, $source_value );
}
}
if ( $is_dynamic ) {
$global_post = $post;
$parent = WP_Block_Supports::$block_to_render;
WP_Block_Supports::$block_to_render = $this->parsed_block;
$block_content = (string) call_user_func( $this->block_type->render_callback, $this->attributes, $block_content, $this );
WP_Block_Supports::$block_to_render = $parent;
$post = $global_post;
}
if ( ( ! empty( $this->block_type->script_handles ) ) ) {
foreach ( $this->block_type->script_handles as $script_handle ) {
wp_enqueue_script( $script_handle );
}
}
if ( ! empty( $this->block_type->view_script_handles ) ) {
foreach ( $this->block_type->view_script_handles as $view_script_handle ) {
wp_enqueue_script( $view_script_handle );
}
}
if ( ! empty( $this->block_type->view_script_module_ids ) ) {
foreach ( $this->block_type->view_script_module_ids as $view_script_module_id ) {
Arguments
/home/ekonow/ekonow.ru/www/wp-includes/blocks.php
*
* @param array $context Default context.
* @param array $parsed_block {
* An associative array of the block being rendered. See WP_Block_Parser_Block.
*
* @type string $blockName Name of block.
* @type array $attrs Attributes from block comment delimiters.
* @type array[] $innerBlocks List of inner blocks. An array of arrays that
* have the same structure as this one.
* @type string $innerHTML HTML from inside block comment delimiters.
* @type array $innerContent List of string fragments and null markers where
* inner blocks were found.
* }
* @param WP_Block|null $parent_block If this is a nested block, a reference to the parent block.
*/
$context = apply_filters( 'render_block_context', $context, $parsed_block, $parent_block );
$block = new WP_Block( $parsed_block, $context );
return $block->render();
}
/**
* Parses blocks out of a content string.
*
* @since 5.0.0
*
* @param string $content Post content.
* @return array[] {
* Array of block structures.
*
* @type array ...$0 {
* An associative array of a single parsed block object. See WP_Block_Parser_Block.
*
* @type string $blockName Name of block.
* @type array $attrs Attributes from block comment delimiters.
* @type array[] $innerBlocks List of inner blocks. An array of arrays that
* have the same structure as this one.
* @type string $innerHTML HTML from inside block comment delimiters.
* @type array $innerContent List of string fragments and null markers where
/home/ekonow/ekonow.ru/www/wp-includes/blocks.php
* Parsed blocks consist of a list of top-level blocks. Those top-level
* blocks may themselves contain nested inner blocks. However, every
* top-level block is rendered independently, meaning there are no data
* dependencies between them.
*
* Ideally, therefore, the parser would only need to parse one complete
* top-level block at a time, render it, and move on. Unfortunately, this
* is not possible with {@see \parse_blocks()} because it must parse the
* entire given document at once.
*
* While the current implementation prevents this optimization, it’s still
* possible to reduce the peak memory use when calls to `render_block()`
* on those top-level blocks are memory-heavy (which many of them are).
* By setting each parsed block to `NULL` after rendering it, any memory
* allocated during the render will be freed and reused for the next block.
* Before making this change, that memory was retained and would lead to
* out-of-memory crashes for certain posts that now run with this change.
*/
for ( $i = 0; $i < $top_level_block_count; $i++ ) {
$output .= render_block( $blocks[ $i ] );
$blocks[ $i ] = null;
}
// If there are blocks in this content, we shouldn't run wpautop() on it later.
$priority = has_filter( 'the_content', 'wpautop' );
if ( false !== $priority && doing_filter( 'the_content' ) && has_blocks( $content ) ) {
remove_filter( 'the_content', 'wpautop', $priority );
add_filter( 'the_content', '_restore_wpautop_hook', $priority + 1 );
}
return $output;
}
/**
* If do_blocks() needs to remove wpautop() from the `the_content` filter, this re-adds it afterwards,
* for subsequent `the_content` usage.
*
* @since 5.0.0
* @access private
*
Arguments
array:5 [
"blockName" => "carbon-fields/sliger"
"attrs" => array:1 [
"data" => array:1 [
"slider" => array:2 [
0 => array:5 [
"_id" => "cf-gzEw_HReYFhnv8RbdGnpf"
"_type" => "_"
"title" => ""
"text" => ""
"image" => 1316
]
1 => array:5 [
"_id" => "cf-XBfhIcT5ffUGlcvJ6PPTU"
"_type" => "_"
"title" => ""
"text" => ""
"image" => 1315
]
]
]
]
"innerBlocks" => []
"innerHTML" => ""
"innerContent" => []
]
/home/ekonow/ekonow.ru/www/wp-includes/class-wp-hook.php
$this->iterations[ $nesting_level ] = $this->priorities;
$num_args = count( $args );
do {
$this->current_priority[ $nesting_level ] = current( $this->iterations[ $nesting_level ] );
$priority = $this->current_priority[ $nesting_level ];
foreach ( $this->callbacks[ $priority ] as $the_ ) {
if ( ! $this->doing_action ) {
$args[0] = $value;
}
// Avoid the array_slice() if possible.
if ( 0 === $the_['accepted_args'] ) {
$value = call_user_func( $the_['function'] );
} elseif ( $the_['accepted_args'] >= $num_args ) {
$value = call_user_func_array( $the_['function'], $args );
} else {
$value = call_user_func_array( $the_['function'], array_slice( $args, 0, $the_['accepted_args'] ) );
}
}
} while ( false !== next( $this->iterations[ $nesting_level ] ) );
unset( $this->iterations[ $nesting_level ] );
unset( $this->current_priority[ $nesting_level ] );
--$this->nesting_level;
return $value;
}
/**
* Calls the callback functions that have been added to an action hook.
*
* @since 4.7.0
*
* @param array $args Parameters to pass to the callback functions.
Arguments
"""
<!-- wp:carbon-fields/navigation-separate {"data":{"anchor":"pylepodavlenie","menu_title":"Пылеподавление","text":"\u003cp\u003e\u003cstrong\u003eПрименение систем туманообразования высокого давления \u0022Эконау\u0022 для снижения запыленности воздуха. Мойка воздуха туманом.\u003c/strong\u003e\u003c/p\u003e\n\u003cp\u003eАктуальность решения проблемы подавления мельчайших взвешенных в воздухе частиц различных веществ (пыли, взвесей) требует подбора оборудования пылеподавления и режимов его работы.\u003c/p\u003e\n\u003cp\u003eПылеобразование как правило происходит при технологических процессах добычи и переработки минеральных природных материалов - грунта, горных пород, руд минералов, цемента и строительных материалов, а также органической продукции производства - древесные опилки, муки, сахара, и др. Как правило, данная проблема актуальна в сухую погоду при невысокой относительной влажности – летний или зимний период.\u003c/p\u003e\n\u003cp\u003eСпециалисты компании \u0022Эконау\u0022 на основании проведенных испытаний туманообразователей высокого давления разработали ряд рекомендаций по подбору и применению данного оборудования. Необходимо отметить, что в основе снижения запыленности помещений или открытых площадок с помощью распыления мелкодисперсного водяного аэрозоля-тумана лежит несколько значимых процессов.\u003c/p\u003e\n\u003cp\u003e\u003cstrong\u003eВо-первых,\u003c/strong\u003e эффект смачивания частиц пыли, их дальнейшее коагулированние (слипание) в крупные фракции и оседание с дальнейшей утилизацией. Скорость осаждения мелкой пыли подчиняется закону Стокса и пропорциональна квадрату диаметра частиц пыли. Поэтому мельчайшая пыль практически не осаждается. Слипание водяных частиц с взвешенными частицами пыли подчиняется закономерности сравнения диаметров частиц – их гранулометрии. Если частицы воды сравнимы с частицами пыли, либо меньше ее, то происходит слипание их и коагулирование. При значительном превышении диаметров частиц воды над пылью не происходит их слипания, частицы пыли дрейфуют отдельно от аэрозоля.\u003c/p\u003e\n\u003cp\u003e\u003cstrong\u003eВо вторых\u003c/strong\u003e, процесс пылеобразования является следствием механических процессов дробления, трения, перемешивания , при этом в образуемой воздушной среде с мельчайшей пылью присутствует объемное статическое электричество (трибоэлектрический эффект образования заряда при трении различных материалов) что приводит к электро-распору (отталкивания одноименных зарядов) частиц и увеличение их длительности взвешенного состояния – образования ионов Ланжевела. Величина объемного заряда определяется относительной влажности воздуха – при повышенной влажности снижается объемное статическое электричество воздуха, т.е. происходит стекание заряда на землю\u003cstrong\u003e.\u003c/strong\u003e\u003c/p\u003e\n\u003cp\u003e\u003cstrong\u003eВ третьих\u003c/strong\u003e, процесс пылеобразования зачастую является процессом локальным и создание воздушных ограждений из «факелов» тумана, образующих заградительную стенку, позволяет оградить зоны пылеобразования и снизить запыленность в них. Размещение форсунок зонально в виде туманирующей «гирлянды» позволит создать защитную туманную завесу.\u003c/p\u003e\n\u003cp\u003e\u003cstrong\u003eСистемы туманообразования высокого давления \u0022Эконау\u0022\u003c/strong\u003e с помощью распылительных форсунок под высоким давлением воды 70 Бар. образуют ультрамелкиий водяной туман с дисперсностью водяных частиц от 1 мкм. до 50 мкм, что позволяет удалять пыль из воздуха различного происхождения. Добавление в воду различных ПАВ (поверхностно-активных веществ) позволяет увеличить смачиваемость пыли, ее слипание и утилизации.\u003c/p\u003e"}} /-->\n
\n
<!-- wp:carbon-fields/navigation-separate {"data":{"anchor":"obespylivanie-vozduha","menu_title":"Обеспыливание воздуха","text":"\u003cp\u003e\u003cstrong\u003eПрименение систем туманообразования высокого давления \u0022Эконау\u0022 для снижения запыленности воздуха. Мойка воздуха туманом.\u003c/strong\u003e\u003c/p\u003e\n\u003cp\u003eДля многих производств актуальна проблема снижения количества пыли, витающей в воздухе. Пыль может стать причиной многих заболеваний. Количество пыли различных веществ в воздухе строго нормируется согласно ГОСТ ГОСТ 12.1.005-88.\u003c/p\u003e\n\u003cp\u003eПылеобразование как правило происходит при технологических процессах добычи и переработки минеральных природных материалов - грунта, горных пород, руд минералов, цемента и строительных материалов, а также органической продукции производства - древесные опилки, муки, сахара, и др. Как правило, данная проблема актуальна в сухую погоду при невысокой относительной влажности – летний или зимний период.\u003c/p\u003e\n\u003cp\u003e\u003cstrong\u003eЗависимость размера капель создоваемого туманообразователем и утилизацией пыли\u003c/strong\u003e\u003c/p\u003e\n\u003cp\u003e\u003cimg class=\u0022alignnone size-full wp-image-1314\u0022 src=\u0022https://ekonow.ru/wp-content/uploads/2021/05/humadificaion-drops.jpg\u0022 alt=\u0022Зависимость размера капель\u0022 width=\u0022769\u0022 height=\u0022313\u0022 /\u003e\u003c/p\u003e\n\u003cp\u003eРисунок показывает важность размера капель для поглощения частиц пыли. Воздушный поток вокруг больших капель предотвращают взаимодействие пыли с каплей. Однако, пыль легко взаимодействует с маленькими каплями, пыль эффективно поглощается и далее оседает вместе с частицами воды, что снижает запыленность.\u003c/p\u003e\n\u003cp\u003e\u003cstrong\u003eДостоинства обеспыливания системами туманообразования:\u003c/strong\u003e\u003c/p\u003e\n\u003cul\u003e\n\u003cli class=\u0022firstItem\u0022\u003eНизкие расходы электрической энергии;\u003c/li\u003e\n\u003cli\u003eПростой монтаж;\u003c/li\u003e\n\u003cli class=\u0022lastItem\u0022\u003eПростота в эксплуатации.\u003c/li\u003e\n\u003c/ul\u003e\n\u003cp\u003e\u003cstrong\u003eМинусы таких систем:\u003c/strong\u003e\u003cbr /\u003eВ некоторых случаях вода может вступать в реакцию с некоторыми химическим веществами, образовывая трудно растворяемые или кислотные соединения.\u003c/p\u003e"}} /-->\n
\n
<!-- wp:carbon-fields/sliger {"data":{"slider":[{"_id":"cf-gzEw_HReYFhnv8RbdGnpf","_type":"_","title":"","text":"","image":1316},{"_id":"cf-XBfhIcT5ffUGlcvJ6PPTU","_type":"_","title":"","text":"","image":1315}]}} /-->\n
\n
<!-- wp:paragraph -->\n
<p></p>\n
<!-- /wp:paragraph -->
"""
/home/ekonow/ekonow.ru/www/wp-includes/plugin.php
$all_args = func_get_args(); // phpcs:ignore PHPCompatibility.FunctionUse.ArgumentFunctionsReportCurrentValue.NeedsInspection
_wp_call_all_hook( $all_args );
}
if ( ! isset( $wp_filter[ $hook_name ] ) ) {
if ( isset( $wp_filter['all'] ) ) {
array_pop( $wp_current_filter );
}
return $value;
}
if ( ! isset( $wp_filter['all'] ) ) {
$wp_current_filter[] = $hook_name;
}
// Pass the value to WP_Hook.
array_unshift( $args, $value );
$filtered = $wp_filter[ $hook_name ]->apply_filters( $value, $args );
array_pop( $wp_current_filter );
return $filtered;
}
/**
* Calls the callback functions that have been added to a filter hook, specifying arguments in an array.
*
* @since 3.0.0
*
* @see apply_filters() This function is identical, but the arguments passed to the
* functions hooked to `$hook_name` are supplied using an array.
*
* @global WP_Hook[] $wp_filter Stores all of the filters and actions.
* @global int[] $wp_filters Stores the number of times each filter was triggered.
* @global string[] $wp_current_filter Stores the list of current filters with the current one last.
*
* @param string $hook_name The name of the filter hook.
* @param array $args The arguments supplied to the functions hooked to `$hook_name`.
Arguments
"""
<!-- wp:carbon-fields/navigation-separate {"data":{"anchor":"pylepodavlenie","menu_title":"Пылеподавление","text":"\u003cp\u003e\u003cstrong\u003eПрименение систем туманообразования высокого давления \u0022Эконау\u0022 для снижения запыленности воздуха. Мойка воздуха туманом.\u003c/strong\u003e\u003c/p\u003e\n\u003cp\u003eАктуальность решения проблемы подавления мельчайших взвешенных в воздухе частиц различных веществ (пыли, взвесей) требует подбора оборудования пылеподавления и режимов его работы.\u003c/p\u003e\n\u003cp\u003eПылеобразование как правило происходит при технологических процессах добычи и переработки минеральных природных материалов - грунта, горных пород, руд минералов, цемента и строительных материалов, а также органической продукции производства - древесные опилки, муки, сахара, и др. Как правило, данная проблема актуальна в сухую погоду при невысокой относительной влажности – летний или зимний период.\u003c/p\u003e\n\u003cp\u003eСпециалисты компании \u0022Эконау\u0022 на основании проведенных испытаний туманообразователей высокого давления разработали ряд рекомендаций по подбору и применению данного оборудования. Необходимо отметить, что в основе снижения запыленности помещений или открытых площадок с помощью распыления мелкодисперсного водяного аэрозоля-тумана лежит несколько значимых процессов.\u003c/p\u003e\n\u003cp\u003e\u003cstrong\u003eВо-первых,\u003c/strong\u003e эффект смачивания частиц пыли, их дальнейшее коагулированние (слипание) в крупные фракции и оседание с дальнейшей утилизацией. Скорость осаждения мелкой пыли подчиняется закону Стокса и пропорциональна квадрату диаметра частиц пыли. Поэтому мельчайшая пыль практически не осаждается. Слипание водяных частиц с взвешенными частицами пыли подчиняется закономерности сравнения диаметров частиц – их гранулометрии. Если частицы воды сравнимы с частицами пыли, либо меньше ее, то происходит слипание их и коагулирование. При значительном превышении диаметров частиц воды над пылью не происходит их слипания, частицы пыли дрейфуют отдельно от аэрозоля.\u003c/p\u003e\n\u003cp\u003e\u003cstrong\u003eВо вторых\u003c/strong\u003e, процесс пылеобразования является следствием механических процессов дробления, трения, перемешивания , при этом в образуемой воздушной среде с мельчайшей пылью присутствует объемное статическое электричество (трибоэлектрический эффект образования заряда при трении различных материалов) что приводит к электро-распору (отталкивания одноименных зарядов) частиц и увеличение их длительности взвешенного состояния – образования ионов Ланжевела. Величина объемного заряда определяется относительной влажности воздуха – при повышенной влажности снижается объемное статическое электричество воздуха, т.е. происходит стекание заряда на землю\u003cstrong\u003e.\u003c/strong\u003e\u003c/p\u003e\n\u003cp\u003e\u003cstrong\u003eВ третьих\u003c/strong\u003e, процесс пылеобразования зачастую является процессом локальным и создание воздушных ограждений из «факелов» тумана, образующих заградительную стенку, позволяет оградить зоны пылеобразования и снизить запыленность в них. Размещение форсунок зонально в виде туманирующей «гирлянды» позволит создать защитную туманную завесу.\u003c/p\u003e\n\u003cp\u003e\u003cstrong\u003eСистемы туманообразования высокого давления \u0022Эконау\u0022\u003c/strong\u003e с помощью распылительных форсунок под высоким давлением воды 70 Бар. образуют ультрамелкиий водяной туман с дисперсностью водяных частиц от 1 мкм. до 50 мкм, что позволяет удалять пыль из воздуха различного происхождения. Добавление в воду различных ПАВ (поверхностно-активных веществ) позволяет увеличить смачиваемость пыли, ее слипание и утилизации.\u003c/p\u003e"}} /-->\n
\n
<!-- wp:carbon-fields/navigation-separate {"data":{"anchor":"obespylivanie-vozduha","menu_title":"Обеспыливание воздуха","text":"\u003cp\u003e\u003cstrong\u003eПрименение систем туманообразования высокого давления \u0022Эконау\u0022 для снижения запыленности воздуха. Мойка воздуха туманом.\u003c/strong\u003e\u003c/p\u003e\n\u003cp\u003eДля многих производств актуальна проблема снижения количества пыли, витающей в воздухе. Пыль может стать причиной многих заболеваний. Количество пыли различных веществ в воздухе строго нормируется согласно ГОСТ ГОСТ 12.1.005-88.\u003c/p\u003e\n\u003cp\u003eПылеобразование как правило происходит при технологических процессах добычи и переработки минеральных природных материалов - грунта, горных пород, руд минералов, цемента и строительных материалов, а также органической продукции производства - древесные опилки, муки, сахара, и др. Как правило, данная проблема актуальна в сухую погоду при невысокой относительной влажности – летний или зимний период.\u003c/p\u003e\n\u003cp\u003e\u003cstrong\u003eЗависимость размера капель создоваемого туманообразователем и утилизацией пыли\u003c/strong\u003e\u003c/p\u003e\n\u003cp\u003e\u003cimg class=\u0022alignnone size-full wp-image-1314\u0022 src=\u0022https://ekonow.ru/wp-content/uploads/2021/05/humadificaion-drops.jpg\u0022 alt=\u0022Зависимость размера капель\u0022 width=\u0022769\u0022 height=\u0022313\u0022 /\u003e\u003c/p\u003e\n\u003cp\u003eРисунок показывает важность размера капель для поглощения частиц пыли. Воздушный поток вокруг больших капель предотвращают взаимодействие пыли с каплей. Однако, пыль легко взаимодействует с маленькими каплями, пыль эффективно поглощается и далее оседает вместе с частицами воды, что снижает запыленность.\u003c/p\u003e\n\u003cp\u003e\u003cstrong\u003eДостоинства обеспыливания системами туманообразования:\u003c/strong\u003e\u003c/p\u003e\n\u003cul\u003e\n\u003cli class=\u0022firstItem\u0022\u003eНизкие расходы электрической энергии;\u003c/li\u003e\n\u003cli\u003eПростой монтаж;\u003c/li\u003e\n\u003cli class=\u0022lastItem\u0022\u003eПростота в эксплуатации.\u003c/li\u003e\n\u003c/ul\u003e\n\u003cp\u003e\u003cstrong\u003eМинусы таких систем:\u003c/strong\u003e\u003cbr /\u003eВ некоторых случаях вода может вступать в реакцию с некоторыми химическим веществами, образовывая трудно растворяемые или кислотные соединения.\u003c/p\u003e"}} /-->\n
\n
<!-- wp:carbon-fields/sliger {"data":{"slider":[{"_id":"cf-gzEw_HReYFhnv8RbdGnpf","_type":"_","title":"","text":"","image":1316},{"_id":"cf-XBfhIcT5ffUGlcvJ6PPTU","_type":"_","title":"","text":"","image":1315}]}} /-->\n
\n
<!-- wp:paragraph -->\n
<p></p>\n
<!-- /wp:paragraph -->
"""
array:1 [
0 => """
<!-- wp:carbon-fields/navigation-separate {"data":{"anchor":"pylepodavlenie","menu_title":"Пылеподавление","text":"\u003cp\u003e\u003cstrong\u003eПрименение систем туманообразования высокого давления \u0022Эконау\u0022 для снижения запыленности воздуха. Мойка воздуха туманом.\u003c/strong\u003e\u003c/p\u003e\n\u003cp\u003eАктуальность решения проблемы подавления мельчайших взвешенных в воздухе частиц различных веществ (пыли, взвесей) требует подбора оборудования пылеподавления и режимов его работы.\u003c/p\u003e\n\u003cp\u003eПылеобразование как правило происходит при технологических процессах добычи и переработки минеральных природных материалов - грунта, горных пород, руд минералов, цемента и строительных материалов, а также органической продукции производства - древесные опилки, муки, сахара, и др. Как правило, данная проблема актуальна в сухую погоду при невысокой относительной влажности – летний или зимний период.\u003c/p\u003e\n\u003cp\u003eСпециалисты компании \u0022Эконау\u0022 на основании проведенных испытаний туманообразователей высокого давления разработали ряд рекомендаций по подбору и применению данного оборудования. Необходимо отметить, что в основе снижения запыленности помещений или открытых площадок с помощью распыления мелкодисперсного водяного аэрозоля-тумана лежит несколько значимых процессов.\u003c/p\u003e\n\u003cp\u003e\u003cstrong\u003eВо-первых,\u003c/strong\u003e эффект смачивания частиц пыли, их дальнейшее коагулированние (слипание) в крупные фракции и оседание с дальнейшей утилизацией. Скорость осаждения мелкой пыли подчиняется закону Стокса и пропорциональна квадрату диаметра частиц пыли. Поэтому мельчайшая пыль практически не осаждается. Слипание водяных частиц с взвешенными частицами пыли подчиняется закономерности сравнения диаметров частиц – их гранулометрии. Если частицы воды сравнимы с частицами пыли, либо меньше ее, то происходит слипание их и коагулирование. При значительном превышении диаметров частиц воды над пылью не происходит их слипания, частицы пыли дрейфуют отдельно от аэрозоля.\u003c/p\u003e\n\u003cp\u003e\u003cstrong\u003eВо вторых\u003c/strong\u003e, процесс пылеобразования является следствием механических процессов дробления, трения, перемешивания , при этом в образуемой воздушной среде с мельчайшей пылью присутствует объемное статическое электричество (трибоэлектрический эффект образования заряда при трении различных материалов) что приводит к электро-распору (отталкивания одноименных зарядов) частиц и увеличение их длительности взвешенного состояния – образования ионов Ланжевела. Величина объемного заряда определяется относительной влажности воздуха – при повышенной влажности снижается объемное статическое электричество воздуха, т.е. происходит стекание заряда на землю\u003cstrong\u003e.\u003c/strong\u003e\u003c/p\u003e\n\u003cp\u003e\u003cstrong\u003eВ третьих\u003c/strong\u003e, процесс пылеобразования зачастую является процессом локальным и создание воздушных ограждений из «факелов» тумана, образующих заградительную стенку, позволяет оградить зоны пылеобразования и снизить запыленность в них. Размещение форсунок зонально в виде туманирующей «гирлянды» позволит создать защитную туманную завесу.\u003c/p\u003e\n\u003cp\u003e\u003cstrong\u003eСистемы туманообразования высокого давления \u0022Эконау\u0022\u003c/strong\u003e с помощью распылительных форсунок под высоким давлением воды 70 Бар. образуют ультрамелкиий водяной туман с дисперсностью водяных частиц от 1 мкм. до 50 мкм, что позволяет удалять пыль из воздуха различного происхождения. Добавление в воду различных ПАВ (поверхностно-активных веществ) позволяет увеличить смачиваемость пыли, ее слипание и утилизации.\u003c/p\u003e"}} /-->\n
\n
<!-- wp:carbon-fields/navigation-separate {"data":{"anchor":"obespylivanie-vozduha","menu_title":"Обеспыливание воздуха","text":"\u003cp\u003e\u003cstrong\u003eПрименение систем туманообразования высокого давления \u0022Эконау\u0022 для снижения запыленности воздуха. Мойка воздуха туманом.\u003c/strong\u003e\u003c/p\u003e\n\u003cp\u003eДля многих производств актуальна проблема снижения количества пыли, витающей в воздухе. Пыль может стать причиной многих заболеваний. Количество пыли различных веществ в воздухе строго нормируется согласно ГОСТ ГОСТ 12.1.005-88.\u003c/p\u003e\n\u003cp\u003eПылеобразование как правило происходит при технологических процессах добычи и переработки минеральных природных материалов - грунта, горных пород, руд минералов, цемента и строительных материалов, а также органической продукции производства - древесные опилки, муки, сахара, и др. Как правило, данная проблема актуальна в сухую погоду при невысокой относительной влажности – летний или зимний период.\u003c/p\u003e\n\u003cp\u003e\u003cstrong\u003eЗависимость размера капель создоваемого туманообразователем и утилизацией пыли\u003c/strong\u003e\u003c/p\u003e\n\u003cp\u003e\u003cimg class=\u0022alignnone size-full wp-image-1314\u0022 src=\u0022https://ekonow.ru/wp-content/uploads/2021/05/humadificaion-drops.jpg\u0022 alt=\u0022Зависимость размера капель\u0022 width=\u0022769\u0022 height=\u0022313\u0022 /\u003e\u003c/p\u003e\n\u003cp\u003eРисунок показывает важность размера капель для поглощения частиц пыли. Воздушный поток вокруг больших капель предотвращают взаимодействие пыли с каплей. Однако, пыль легко взаимодействует с маленькими каплями, пыль эффективно поглощается и далее оседает вместе с частицами воды, что снижает запыленность.\u003c/p\u003e\n\u003cp\u003e\u003cstrong\u003eДостоинства обеспыливания системами туманообразования:\u003c/strong\u003e\u003c/p\u003e\n\u003cul\u003e\n\u003cli class=\u0022firstItem\u0022\u003eНизкие расходы электрической энергии;\u003c/li\u003e\n\u003cli\u003eПростой монтаж;\u003c/li\u003e\n\u003cli class=\u0022lastItem\u0022\u003eПростота в эксплуатации.\u003c/li\u003e\n\u003c/ul\u003e\n\u003cp\u003e\u003cstrong\u003eМинусы таких систем:\u003c/strong\u003e\u003cbr /\u003eВ некоторых случаях вода может вступать в реакцию с некоторыми химическим веществами, образовывая трудно растворяемые или кислотные соединения.\u003c/p\u003e"}} /-->\n
\n
<!-- wp:carbon-fields/sliger {"data":{"slider":[{"_id":"cf-gzEw_HReYFhnv8RbdGnpf","_type":"_","title":"","text":"","image":1316},{"_id":"cf-XBfhIcT5ffUGlcvJ6PPTU","_type":"_","title":"","text":"","image":1315}]}} /-->\n
\n
<!-- wp:paragraph -->\n
<p></p>\n
<!-- /wp:paragraph -->
"""
]
/home/ekonow/ekonow.ru/www/wp-includes/post-template.php
/**
* Displays the post content.
*
* @since 0.71
*
* @param string $more_link_text Optional. Content for when there is more text.
* @param bool $strip_teaser Optional. Strip teaser content before the more text. Default false.
*/
function the_content( $more_link_text = null, $strip_teaser = false ) {
$content = get_the_content( $more_link_text, $strip_teaser );
/**
* Filters the post content.
*
* @since 0.71
*
* @param string $content Content of the current post.
*/
$content = apply_filters( 'the_content', $content );
$content = str_replace( ']]>', ']]>', $content );
echo $content;
}
/**
* Retrieves the post content.
*
* @since 0.71
* @since 5.2.0 Added the `$post` parameter.
*
* @global int $page Page number of a single post/page.
* @global int $more Boolean indicator for whether single post/page is being viewed.
* @global bool $preview Whether post/page is in preview mode.
* @global array $pages Array of all pages in post/page. Each array element contains
* part of the content separated by the `<!--nextpage-->` tag.
* @global int $multipage Boolean indicator for whether multiple pages are in play.
*
* @param string $more_link_text Optional. Content for when there is more text.
* @param bool $strip_teaser Optional. Strip teaser content before the more text. Default false.
* @param WP_Post|object|int $post Optional. WP_Post instance or Post ID/object. Default null.
Arguments
"the_content"
"""
<!-- wp:carbon-fields/navigation-separate {"data":{"anchor":"pylepodavlenie","menu_title":"Пылеподавление","text":"\u003cp\u003e\u003cstrong\u003eПрименение систем туманообразования высокого давления \u0022Эконау\u0022 для снижения запыленности воздуха. Мойка воздуха туманом.\u003c/strong\u003e\u003c/p\u003e\n\u003cp\u003eАктуальность решения проблемы подавления мельчайших взвешенных в воздухе частиц различных веществ (пыли, взвесей) требует подбора оборудования пылеподавления и режимов его работы.\u003c/p\u003e\n\u003cp\u003eПылеобразование как правило происходит при технологических процессах добычи и переработки минеральных природных материалов - грунта, горных пород, руд минералов, цемента и строительных материалов, а также органической продукции производства - древесные опилки, муки, сахара, и др. Как правило, данная проблема актуальна в сухую погоду при невысокой относительной влажности – летний или зимний период.\u003c/p\u003e\n\u003cp\u003eСпециалисты компании \u0022Эконау\u0022 на основании проведенных испытаний туманообразователей высокого давления разработали ряд рекомендаций по подбору и применению данного оборудования. Необходимо отметить, что в основе снижения запыленности помещений или открытых площадок с помощью распыления мелкодисперсного водяного аэрозоля-тумана лежит несколько значимых процессов.\u003c/p\u003e\n\u003cp\u003e\u003cstrong\u003eВо-первых,\u003c/strong\u003e эффект смачивания частиц пыли, их дальнейшее коагулированние (слипание) в крупные фракции и оседание с дальнейшей утилизацией. Скорость осаждения мелкой пыли подчиняется закону Стокса и пропорциональна квадрату диаметра частиц пыли. Поэтому мельчайшая пыль практически не осаждается. Слипание водяных частиц с взвешенными частицами пыли подчиняется закономерности сравнения диаметров частиц – их гранулометрии. Если частицы воды сравнимы с частицами пыли, либо меньше ее, то происходит слипание их и коагулирование. При значительном превышении диаметров частиц воды над пылью не происходит их слипания, частицы пыли дрейфуют отдельно от аэрозоля.\u003c/p\u003e\n\u003cp\u003e\u003cstrong\u003eВо вторых\u003c/strong\u003e, процесс пылеобразования является следствием механических процессов дробления, трения, перемешивания , при этом в образуемой воздушной среде с мельчайшей пылью присутствует объемное статическое электричество (трибоэлектрический эффект образования заряда при трении различных материалов) что приводит к электро-распору (отталкивания одноименных зарядов) частиц и увеличение их длительности взвешенного состояния – образования ионов Ланжевела. Величина объемного заряда определяется относительной влажности воздуха – при повышенной влажности снижается объемное статическое электричество воздуха, т.е. происходит стекание заряда на землю\u003cstrong\u003e.\u003c/strong\u003e\u003c/p\u003e\n\u003cp\u003e\u003cstrong\u003eВ третьих\u003c/strong\u003e, процесс пылеобразования зачастую является процессом локальным и создание воздушных ограждений из «факелов» тумана, образующих заградительную стенку, позволяет оградить зоны пылеобразования и снизить запыленность в них. Размещение форсунок зонально в виде туманирующей «гирлянды» позволит создать защитную туманную завесу.\u003c/p\u003e\n\u003cp\u003e\u003cstrong\u003eСистемы туманообразования высокого давления \u0022Эконау\u0022\u003c/strong\u003e с помощью распылительных форсунок под высоким давлением воды 70 Бар. образуют ультрамелкиий водяной туман с дисперсностью водяных частиц от 1 мкм. до 50 мкм, что позволяет удалять пыль из воздуха различного происхождения. Добавление в воду различных ПАВ (поверхностно-активных веществ) позволяет увеличить смачиваемость пыли, ее слипание и утилизации.\u003c/p\u003e"}} /-->\n
\n
<!-- wp:carbon-fields/navigation-separate {"data":{"anchor":"obespylivanie-vozduha","menu_title":"Обеспыливание воздуха","text":"\u003cp\u003e\u003cstrong\u003eПрименение систем туманообразования высокого давления \u0022Эконау\u0022 для снижения запыленности воздуха. Мойка воздуха туманом.\u003c/strong\u003e\u003c/p\u003e\n\u003cp\u003eДля многих производств актуальна проблема снижения количества пыли, витающей в воздухе. Пыль может стать причиной многих заболеваний. Количество пыли различных веществ в воздухе строго нормируется согласно ГОСТ ГОСТ 12.1.005-88.\u003c/p\u003e\n\u003cp\u003eПылеобразование как правило происходит при технологических процессах добычи и переработки минеральных природных материалов - грунта, горных пород, руд минералов, цемента и строительных материалов, а также органической продукции производства - древесные опилки, муки, сахара, и др. Как правило, данная проблема актуальна в сухую погоду при невысокой относительной влажности – летний или зимний период.\u003c/p\u003e\n\u003cp\u003e\u003cstrong\u003eЗависимость размера капель создоваемого туманообразователем и утилизацией пыли\u003c/strong\u003e\u003c/p\u003e\n\u003cp\u003e\u003cimg class=\u0022alignnone size-full wp-image-1314\u0022 src=\u0022https://ekonow.ru/wp-content/uploads/2021/05/humadificaion-drops.jpg\u0022 alt=\u0022Зависимость размера капель\u0022 width=\u0022769\u0022 height=\u0022313\u0022 /\u003e\u003c/p\u003e\n\u003cp\u003eРисунок показывает важность размера капель для поглощения частиц пыли. Воздушный поток вокруг больших капель предотвращают взаимодействие пыли с каплей. Однако, пыль легко взаимодействует с маленькими каплями, пыль эффективно поглощается и далее оседает вместе с частицами воды, что снижает запыленность.\u003c/p\u003e\n\u003cp\u003e\u003cstrong\u003eДостоинства обеспыливания системами туманообразования:\u003c/strong\u003e\u003c/p\u003e\n\u003cul\u003e\n\u003cli class=\u0022firstItem\u0022\u003eНизкие расходы электрической энергии;\u003c/li\u003e\n\u003cli\u003eПростой монтаж;\u003c/li\u003e\n\u003cli class=\u0022lastItem\u0022\u003eПростота в эксплуатации.\u003c/li\u003e\n\u003c/ul\u003e\n\u003cp\u003e\u003cstrong\u003eМинусы таких систем:\u003c/strong\u003e\u003cbr /\u003eВ некоторых случаях вода может вступать в реакцию с некоторыми химическим веществами, образовывая трудно растворяемые или кислотные соединения.\u003c/p\u003e"}} /-->\n
\n
<!-- wp:carbon-fields/sliger {"data":{"slider":[{"_id":"cf-gzEw_HReYFhnv8RbdGnpf","_type":"_","title":"","text":"","image":1316},{"_id":"cf-XBfhIcT5ffUGlcvJ6PPTU","_type":"_","title":"","text":"","image":1315}]}} /-->\n
\n
<!-- wp:paragraph -->\n
<p></p>\n
<!-- /wp:paragraph -->
"""
/home/ekonow/ekonow.ru/www/wp-content/plugins/core-plugin/var/cache/twig/d7/d721b69f4db2d14a6b7ad76782275369debb92b8acf0d84838a494c67d83bf0b.php
</span>
</a>
</div>
";
}
// line 137
echo " <div class=\"nav-sticky__item\">
<div class=\"btn-style btn-style_medium btn-style_green btn-style_nav js-nav-grid-item js-navigation-item\" data-anchor=\"article-callback\">
<span class=\"btn-style__wrapper\"><span class=\"btn-style__text\">Оставить заявку</span></span>
</div>
</div>
</div>
</div>";
}
// line 143
echo "<div class=\"layout-nav-grid__col layout-nav-grid__col_right\">
<section class=\"article-content\">
";
// line 145
echo twig_escape_filter($this->env, the_content(), "html", null, true);
echo "
</section>
</div>
</div>
</section>
";
// line 150
$this->loadTemplate("@s-core/block/request-form__blue.html.twig", "@s-core/layout/page.html.twig", 150)->display($context);
}
public function getTemplateName()
{
return "@s-core/layout/page.html.twig";
}
public function isTraitable()
{
return false;
}
/home/ekonow/ekonow.ru/www/wp-content/plugins/core-plugin/vendor/twig/twig/src/Template.php
{
if ($useBlocks && isset($blocks[$name])) {
$template = $blocks[$name][0];
$block = $blocks[$name][1];
} elseif (isset($this->blocks[$name])) {
$template = $this->blocks[$name][0];
$block = $this->blocks[$name][1];
} else {
$template = null;
$block = null;
}
// avoid RCEs when sandbox is enabled
if (null !== $template && !$template instanceof self) {
throw new \LogicException('A block must be a method on a \Twig\Template instance.');
}
if (null !== $template) {
try {
$template->$block($context, $blocks);
} catch (Error $e) {
if (!$e->getSourceContext()) {
$e->setSourceContext($template->getSourceContext());
}
// this is mostly useful for \Twig\Error\LoaderError exceptions
// see \Twig\Error\LoaderError
if (-1 === $e->getTemplateLine()) {
$e->guess();
}
throw $e;
} catch (\Exception $e) {
$e = new RuntimeError(sprintf('An exception has been thrown during the rendering of a template ("%s").', $e->getMessage()), -1, $template->getSourceContext(), $e);
$e->guess();
throw $e;
}
} elseif (false !== $parent = $this->getParent($context)) {
$parent->displayBlock($name, $context, array_merge($this->blocks, $blocks), false, $templateContext ?? $this);
Arguments
array:4 [
"menu" => array:2 [
"pylepodavlenie" => "Пылеподавление"
"obespylivanie-vozduha" => "Обеспыливание воздуха"
]
0 => "banner"
"breadcrumbs" => "<div class="breadcrumbs__item" itemprop="itemListElement" itemscope itemtype="http://schema.org/ListItem"><a class="breadcrumbs__link p-breadcrumbs" href="https://ekonow.ru" itemprop="item"><span itemprop="name">ЭКОНАУ</span></a><meta itemprop="position" content="1"></div><div class="breadcrumbs__item" itemprop="itemListElement" itemscope itemtype="http://schema.org/ListItem"><a class="breadcrumbs__link p-breadcrumbs" href="https://ekonow.ru/primenenie/sistemy-uvlazhneniya/" itemprop="item"><span itemprop="name">Системы увлажнения</span></a><meta itemprop="position" content="2"></div><div class="breadcrumbs__item" itemprop="itemListElement" itemscope itemtype="http://schema.org/ListItem"><a class="breadcrumbs__link p-breadcrumbs" href="https://ekonow.ru/primenenie/sistemy-uvlazhneniya/promyshlennost/" itemprop="item"><span itemprop="name">Промышленное производство</span></a><meta itemprop="position" content="3"></div><div class="breadcrumbs__item" itemprop="itemListElement" itemscope itemtype="http://schema.org/ListItem"><span class="breadcrumbs__current p-breadcrumbs" itemprop="name">Пылеподавление водяным туманом</span><meta itemprop="position" content="4"></div>"
"form_link" => ""
]
array:11 [
"head" => array:2 [
0 => __TwigTemplate_bf78ffc335d83ab9a1aec89519fbcfc5c01b851c4174c088e310d8a880e20598 {#3777}
1 => "block_head"
]
"body_attr" => array:2 [
0 => __TwigTemplate_bf78ffc335d83ab9a1aec89519fbcfc5c01b851c4174c088e310d8a880e20598 {#3777}
1 => "block_body_attr"
]
"before_header" => array:2 [
0 => __TwigTemplate_bf78ffc335d83ab9a1aec89519fbcfc5c01b851c4174c088e310d8a880e20598 {#3777}
1 => "block_before_header"
]
"header" => array:2 [
0 => __TwigTemplate_bf78ffc335d83ab9a1aec89519fbcfc5c01b851c4174c088e310d8a880e20598 {#3777}
1 => "block_header"
]
"after_header" => array:2 [
0 => __TwigTemplate_9b5038467b976a05e12433a89e550619793881028100f31f9e46721585471112 {#3775}
1 => "block_after_header"
]
"body_before" => array:2 [
0 => __TwigTemplate_9b5038467b976a05e12433a89e550619793881028100f31f9e46721585471112 {#3775}
1 => "block_body_before"
]
"body" => array:2 [
0 => __TwigTemplate_162e2789a444b58a0b6034f96a470cdd902727d85e797835d898dffc1cf39cf0 {#3779}
1 => "block_body"
]
"body_after" => array:2 [
0 => __TwigTemplate_bf78ffc335d83ab9a1aec89519fbcfc5c01b851c4174c088e310d8a880e20598 {#3777}
1 => "block_body_after"
]
"before_footer" => array:2 [
0 => __TwigTemplate_bf78ffc335d83ab9a1aec89519fbcfc5c01b851c4174c088e310d8a880e20598 {#3777}
1 => "block_before_footer"
]
"footer" => array:2 [
0 => __TwigTemplate_bf78ffc335d83ab9a1aec89519fbcfc5c01b851c4174c088e310d8a880e20598 {#3777}
1 => "block_footer"
]
"after_footer" => array:2 [
0 => __TwigTemplate_9b5038467b976a05e12433a89e550619793881028100f31f9e46721585471112 {#3775}
1 => "block_after_footer"
]
]
/home/ekonow/ekonow.ru/www/wp-content/plugins/core-plugin/var/cache/twig/f0/f0b158010d39c9169acabb106e3b75d4b3ac0b4b450ec203039207da30e9f990.php
$this->displayBlock('body_attr', $context, $blocks);
echo ">
";
// line 16
$this->displayBlock('before_header', $context, $blocks);
// line 17
echo " ";
$this->displayBlock('header', $context, $blocks);
// line 18
echo " ";
$this->displayBlock('after_header', $context, $blocks);
// line 19
echo "
";
// line 20
$this->displayBlock('body_before', $context, $blocks);
// line 21
echo " ";
$this->displayBlock('body', $context, $blocks);
// line 23
echo " ";
$this->displayBlock('body_after', $context, $blocks);
// line 24
echo "
";
// line 25
$this->displayBlock('before_footer', $context, $blocks);
// line 26
echo " ";
$this->displayBlock('footer', $context, $blocks);
// line 27
echo " ";
$this->displayBlock('after_footer', $context, $blocks);
// line 30
echo " </body>
</html>
";
}
Arguments
"body"
array:3 [
"menu" => array:2 [
"pylepodavlenie" => "Пылеподавление"
"obespylivanie-vozduha" => "Обеспыливание воздуха"
]
0 => "banner"
"breadcrumbs" => "<div class="breadcrumbs__item" itemprop="itemListElement" itemscope itemtype="http://schema.org/ListItem"><a class="breadcrumbs__link p-breadcrumbs" href="https://ekonow.ru" itemprop="item"><span itemprop="name">ЭКОНАУ</span></a><meta itemprop="position" content="1"></div><div class="breadcrumbs__item" itemprop="itemListElement" itemscope itemtype="http://schema.org/ListItem"><a class="breadcrumbs__link p-breadcrumbs" href="https://ekonow.ru/primenenie/sistemy-uvlazhneniya/" itemprop="item"><span itemprop="name">Системы увлажнения</span></a><meta itemprop="position" content="2"></div><div class="breadcrumbs__item" itemprop="itemListElement" itemscope itemtype="http://schema.org/ListItem"><a class="breadcrumbs__link p-breadcrumbs" href="https://ekonow.ru/primenenie/sistemy-uvlazhneniya/promyshlennost/" itemprop="item"><span itemprop="name">Промышленное производство</span></a><meta itemprop="position" content="3"></div><div class="breadcrumbs__item" itemprop="itemListElement" itemscope itemtype="http://schema.org/ListItem"><span class="breadcrumbs__current p-breadcrumbs" itemprop="name">Пылеподавление водяным туманом</span><meta itemprop="position" content="4"></div>"
]
array:11 [
"head" => array:2 [
0 => __TwigTemplate_bf78ffc335d83ab9a1aec89519fbcfc5c01b851c4174c088e310d8a880e20598 {#3777}
1 => "block_head"
]
"body_attr" => array:2 [
0 => __TwigTemplate_bf78ffc335d83ab9a1aec89519fbcfc5c01b851c4174c088e310d8a880e20598 {#3777}
1 => "block_body_attr"
]
"before_header" => array:2 [
0 => __TwigTemplate_bf78ffc335d83ab9a1aec89519fbcfc5c01b851c4174c088e310d8a880e20598 {#3777}
1 => "block_before_header"
]
"header" => array:2 [
0 => __TwigTemplate_bf78ffc335d83ab9a1aec89519fbcfc5c01b851c4174c088e310d8a880e20598 {#3777}
1 => "block_header"
]
"after_header" => array:2 [
0 => __TwigTemplate_9b5038467b976a05e12433a89e550619793881028100f31f9e46721585471112 {#3775}
1 => "block_after_header"
]
"body_before" => array:2 [
0 => __TwigTemplate_9b5038467b976a05e12433a89e550619793881028100f31f9e46721585471112 {#3775}
1 => "block_body_before"
]
"body" => array:2 [
0 => __TwigTemplate_162e2789a444b58a0b6034f96a470cdd902727d85e797835d898dffc1cf39cf0 {#3779}
1 => "block_body"
]
"body_after" => array:2 [
0 => __TwigTemplate_bf78ffc335d83ab9a1aec89519fbcfc5c01b851c4174c088e310d8a880e20598 {#3777}
1 => "block_body_after"
]
"before_footer" => array:2 [
0 => __TwigTemplate_bf78ffc335d83ab9a1aec89519fbcfc5c01b851c4174c088e310d8a880e20598 {#3777}
1 => "block_before_footer"
]
"footer" => array:2 [
0 => __TwigTemplate_bf78ffc335d83ab9a1aec89519fbcfc5c01b851c4174c088e310d8a880e20598 {#3777}
1 => "block_footer"
]
"after_footer" => array:2 [
0 => __TwigTemplate_9b5038467b976a05e12433a89e550619793881028100f31f9e46721585471112 {#3775}
1 => "block_after_footer"
]
]
/home/ekonow/ekonow.ru/www/wp-content/plugins/core-plugin/vendor/twig/twig/src/Template.php
} else {
ob_start(function () { return ''; });
}
try {
$this->display($context);
} catch (\Throwable $e) {
while (ob_get_level() > $level) {
ob_end_clean();
}
throw $e;
}
return ob_get_clean();
}
protected function displayWithErrorHandling(array $context, array $blocks = [])
{
try {
$this->doDisplay($context, $blocks);
} catch (Error $e) {
if (!$e->getSourceContext()) {
$e->setSourceContext($this->getSourceContext());
}
// this is mostly useful for \Twig\Error\LoaderError exceptions
// see \Twig\Error\LoaderError
if (-1 === $e->getTemplateLine()) {
$e->guess();
}
throw $e;
} catch (\Exception $e) {
$e = new RuntimeError(sprintf('An exception has been thrown during the rendering of a template ("%s").', $e->getMessage()), -1, $this->getSourceContext(), $e);
$e->guess();
throw $e;
}
}
Arguments
array:3 [
"menu" => array:2 [
"pylepodavlenie" => "Пылеподавление"
"obespylivanie-vozduha" => "Обеспыливание воздуха"
]
0 => "banner"
"breadcrumbs" => "<div class="breadcrumbs__item" itemprop="itemListElement" itemscope itemtype="http://schema.org/ListItem"><a class="breadcrumbs__link p-breadcrumbs" href="https://ekonow.ru" itemprop="item"><span itemprop="name">ЭКОНАУ</span></a><meta itemprop="position" content="1"></div><div class="breadcrumbs__item" itemprop="itemListElement" itemscope itemtype="http://schema.org/ListItem"><a class="breadcrumbs__link p-breadcrumbs" href="https://ekonow.ru/primenenie/sistemy-uvlazhneniya/" itemprop="item"><span itemprop="name">Системы увлажнения</span></a><meta itemprop="position" content="2"></div><div class="breadcrumbs__item" itemprop="itemListElement" itemscope itemtype="http://schema.org/ListItem"><a class="breadcrumbs__link p-breadcrumbs" href="https://ekonow.ru/primenenie/sistemy-uvlazhneniya/promyshlennost/" itemprop="item"><span itemprop="name">Промышленное производство</span></a><meta itemprop="position" content="3"></div><div class="breadcrumbs__item" itemprop="itemListElement" itemscope itemtype="http://schema.org/ListItem"><span class="breadcrumbs__current p-breadcrumbs" itemprop="name">Пылеподавление водяным туманом</span><meta itemprop="position" content="4"></div>"
]
array:11 [
"head" => array:2 [
0 => __TwigTemplate_bf78ffc335d83ab9a1aec89519fbcfc5c01b851c4174c088e310d8a880e20598 {#3777}
1 => "block_head"
]
"body_attr" => array:2 [
0 => __TwigTemplate_bf78ffc335d83ab9a1aec89519fbcfc5c01b851c4174c088e310d8a880e20598 {#3777}
1 => "block_body_attr"
]
"before_header" => array:2 [
0 => __TwigTemplate_bf78ffc335d83ab9a1aec89519fbcfc5c01b851c4174c088e310d8a880e20598 {#3777}
1 => "block_before_header"
]
"header" => array:2 [
0 => __TwigTemplate_bf78ffc335d83ab9a1aec89519fbcfc5c01b851c4174c088e310d8a880e20598 {#3777}
1 => "block_header"
]
"after_header" => array:2 [
0 => __TwigTemplate_9b5038467b976a05e12433a89e550619793881028100f31f9e46721585471112 {#3775}
1 => "block_after_header"
]
"body_before" => array:2 [
0 => __TwigTemplate_9b5038467b976a05e12433a89e550619793881028100f31f9e46721585471112 {#3775}
1 => "block_body_before"
]
"body" => array:2 [
0 => __TwigTemplate_162e2789a444b58a0b6034f96a470cdd902727d85e797835d898dffc1cf39cf0 {#3779}
1 => "block_body"
]
"body_after" => array:2 [
0 => __TwigTemplate_bf78ffc335d83ab9a1aec89519fbcfc5c01b851c4174c088e310d8a880e20598 {#3777}
1 => "block_body_after"
]
"before_footer" => array:2 [
0 => __TwigTemplate_bf78ffc335d83ab9a1aec89519fbcfc5c01b851c4174c088e310d8a880e20598 {#3777}
1 => "block_before_footer"
]
"footer" => array:2 [
0 => __TwigTemplate_bf78ffc335d83ab9a1aec89519fbcfc5c01b851c4174c088e310d8a880e20598 {#3777}
1 => "block_footer"
]
"after_footer" => array:2 [
0 => __TwigTemplate_9b5038467b976a05e12433a89e550619793881028100f31f9e46721585471112 {#3775}
1 => "block_after_footer"
]
]
/home/ekonow/ekonow.ru/www/wp-content/plugins/core-plugin/vendor/twig/twig/src/Template.php
{
return $this;
}
/**
* Returns all blocks.
*
* This method is for internal use only and should never be called
* directly.
*
* @return array An array of blocks
*/
public function getBlocks()
{
return $this->blocks;
}
public function display(array $context, array $blocks = [])
{
$this->displayWithErrorHandling($this->env->mergeGlobals($context), array_merge($this->blocks, $blocks));
}
public function render(array $context)
{
$level = ob_get_level();
if ($this->env->isDebug()) {
ob_start();
} else {
ob_start(function () { return ''; });
}
try {
$this->display($context);
} catch (\Throwable $e) {
while (ob_get_level() > $level) {
ob_end_clean();
}
throw $e;
}
Arguments
array:3 [
"menu" => array:2 [
"pylepodavlenie" => "Пылеподавление"
"obespylivanie-vozduha" => "Обеспыливание воздуха"
]
0 => "banner"
"breadcrumbs" => "<div class="breadcrumbs__item" itemprop="itemListElement" itemscope itemtype="http://schema.org/ListItem"><a class="breadcrumbs__link p-breadcrumbs" href="https://ekonow.ru" itemprop="item"><span itemprop="name">ЭКОНАУ</span></a><meta itemprop="position" content="1"></div><div class="breadcrumbs__item" itemprop="itemListElement" itemscope itemtype="http://schema.org/ListItem"><a class="breadcrumbs__link p-breadcrumbs" href="https://ekonow.ru/primenenie/sistemy-uvlazhneniya/" itemprop="item"><span itemprop="name">Системы увлажнения</span></a><meta itemprop="position" content="2"></div><div class="breadcrumbs__item" itemprop="itemListElement" itemscope itemtype="http://schema.org/ListItem"><a class="breadcrumbs__link p-breadcrumbs" href="https://ekonow.ru/primenenie/sistemy-uvlazhneniya/promyshlennost/" itemprop="item"><span itemprop="name">Промышленное производство</span></a><meta itemprop="position" content="3"></div><div class="breadcrumbs__item" itemprop="itemListElement" itemscope itemtype="http://schema.org/ListItem"><span class="breadcrumbs__current p-breadcrumbs" itemprop="name">Пылеподавление водяным туманом</span><meta itemprop="position" content="4"></div>"
]
array:11 [
"head" => array:2 [
0 => __TwigTemplate_bf78ffc335d83ab9a1aec89519fbcfc5c01b851c4174c088e310d8a880e20598 {#3777}
1 => "block_head"
]
"body_attr" => array:2 [
0 => __TwigTemplate_bf78ffc335d83ab9a1aec89519fbcfc5c01b851c4174c088e310d8a880e20598 {#3777}
1 => "block_body_attr"
]
"before_header" => array:2 [
0 => __TwigTemplate_bf78ffc335d83ab9a1aec89519fbcfc5c01b851c4174c088e310d8a880e20598 {#3777}
1 => "block_before_header"
]
"header" => array:2 [
0 => __TwigTemplate_bf78ffc335d83ab9a1aec89519fbcfc5c01b851c4174c088e310d8a880e20598 {#3777}
1 => "block_header"
]
"after_header" => array:2 [
0 => __TwigTemplate_9b5038467b976a05e12433a89e550619793881028100f31f9e46721585471112 {#3775}
1 => "block_after_header"
]
"body_before" => array:2 [
0 => __TwigTemplate_9b5038467b976a05e12433a89e550619793881028100f31f9e46721585471112 {#3775}
1 => "block_body_before"
]
"body" => array:2 [
0 => __TwigTemplate_162e2789a444b58a0b6034f96a470cdd902727d85e797835d898dffc1cf39cf0 {#3779}
1 => "block_body"
]
"body_after" => array:2 [
0 => __TwigTemplate_bf78ffc335d83ab9a1aec89519fbcfc5c01b851c4174c088e310d8a880e20598 {#3777}
1 => "block_body_after"
]
"before_footer" => array:2 [
0 => __TwigTemplate_bf78ffc335d83ab9a1aec89519fbcfc5c01b851c4174c088e310d8a880e20598 {#3777}
1 => "block_before_footer"
]
"footer" => array:2 [
0 => __TwigTemplate_bf78ffc335d83ab9a1aec89519fbcfc5c01b851c4174c088e310d8a880e20598 {#3777}
1 => "block_footer"
]
"after_footer" => array:2 [
0 => __TwigTemplate_9b5038467b976a05e12433a89e550619793881028100f31f9e46721585471112 {#3775}
1 => "block_after_footer"
]
]
/home/ekonow/ekonow.ru/www/wp-content/plugins/core-plugin/var/cache/twig/ff/ff7f347cc75acadf85bef8c08fdc0995c9318f4a9accc98347924db02960feef.php
'before_header' => [$this, 'block_before_header'],
'header' => [$this, 'block_header'],
'body' => [$this, 'block_body'],
'body_after' => [$this, 'block_body_after'],
'before_footer' => [$this, 'block_before_footer'],
'footer' => [$this, 'block_footer'],
];
}
protected function doGetParent(array $context)
{
// line 2
return "@s-core/default-layout.html.twig";
}
protected function doDisplay(array $context, array $blocks = [])
{
$macros = $this->macros;
$this->parent = $this->loadTemplate("@s-core/default-layout.html.twig", "@s-core/layout/index.html.twig", 2);
$this->parent->display($context, array_merge($this->blocks, $blocks));
}
// line 3
public function block_head($context, array $blocks = [])
{
$macros = $this->macros;
// line 4
echo " <meta charset=\"UTF-8\">
<meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\" />
<meta http-equiv=\"X-UA-Compatible\" content=\"IE=10;IE=edge\" />
<meta name=\"format-detection\" content=\"telephone=no\" />
<meta name=\"format-detection\" content=\"address=no\" />
<link rel=\"apple-touch-icon\" sizes=\"57x57\" href=\"";
// line 9
echo twig_escape_filter($this->env, get_stylesheet_directory_uri(), "html", null, true);
echo "/images/favicon/apple-icon-57x57.png\" />
<link rel=\"apple-touch-icon\" sizes=\"60x60\" href=\"";
// line 10
echo twig_escape_filter($this->env, get_stylesheet_directory_uri(), "html", null, true);
echo "/images/favicon/apple-icon-60x60.png\" />
Arguments
array:3 [
"menu" => array:2 [
"pylepodavlenie" => "Пылеподавление"
"obespylivanie-vozduha" => "Обеспыливание воздуха"
]
0 => "banner"
"breadcrumbs" => "<div class="breadcrumbs__item" itemprop="itemListElement" itemscope itemtype="http://schema.org/ListItem"><a class="breadcrumbs__link p-breadcrumbs" href="https://ekonow.ru" itemprop="item"><span itemprop="name">ЭКОНАУ</span></a><meta itemprop="position" content="1"></div><div class="breadcrumbs__item" itemprop="itemListElement" itemscope itemtype="http://schema.org/ListItem"><a class="breadcrumbs__link p-breadcrumbs" href="https://ekonow.ru/primenenie/sistemy-uvlazhneniya/" itemprop="item"><span itemprop="name">Системы увлажнения</span></a><meta itemprop="position" content="2"></div><div class="breadcrumbs__item" itemprop="itemListElement" itemscope itemtype="http://schema.org/ListItem"><a class="breadcrumbs__link p-breadcrumbs" href="https://ekonow.ru/primenenie/sistemy-uvlazhneniya/promyshlennost/" itemprop="item"><span itemprop="name">Промышленное производство</span></a><meta itemprop="position" content="3"></div><div class="breadcrumbs__item" itemprop="itemListElement" itemscope itemtype="http://schema.org/ListItem"><span class="breadcrumbs__current p-breadcrumbs" itemprop="name">Пылеподавление водяным туманом</span><meta itemprop="position" content="4"></div>"
]
array:8 [
"head" => array:2 [
0 => __TwigTemplate_bf78ffc335d83ab9a1aec89519fbcfc5c01b851c4174c088e310d8a880e20598 {#3777}
1 => "block_head"
]
"body_attr" => array:2 [
0 => __TwigTemplate_bf78ffc335d83ab9a1aec89519fbcfc5c01b851c4174c088e310d8a880e20598 {#3777}
1 => "block_body_attr"
]
"before_header" => array:2 [
0 => __TwigTemplate_bf78ffc335d83ab9a1aec89519fbcfc5c01b851c4174c088e310d8a880e20598 {#3777}
1 => "block_before_header"
]
"header" => array:2 [
0 => __TwigTemplate_bf78ffc335d83ab9a1aec89519fbcfc5c01b851c4174c088e310d8a880e20598 {#3777}
1 => "block_header"
]
"body" => array:2 [
0 => __TwigTemplate_162e2789a444b58a0b6034f96a470cdd902727d85e797835d898dffc1cf39cf0 {#3779}
1 => "block_body"
]
"body_after" => array:2 [
0 => __TwigTemplate_bf78ffc335d83ab9a1aec89519fbcfc5c01b851c4174c088e310d8a880e20598 {#3777}
1 => "block_body_after"
]
"before_footer" => array:2 [
0 => __TwigTemplate_bf78ffc335d83ab9a1aec89519fbcfc5c01b851c4174c088e310d8a880e20598 {#3777}
1 => "block_before_footer"
]
"footer" => array:2 [
0 => __TwigTemplate_bf78ffc335d83ab9a1aec89519fbcfc5c01b851c4174c088e310d8a880e20598 {#3777}
1 => "block_footer"
]
]
/home/ekonow/ekonow.ru/www/wp-content/plugins/core-plugin/vendor/twig/twig/src/Template.php
} else {
ob_start(function () { return ''; });
}
try {
$this->display($context);
} catch (\Throwable $e) {
while (ob_get_level() > $level) {
ob_end_clean();
}
throw $e;
}
return ob_get_clean();
}
protected function displayWithErrorHandling(array $context, array $blocks = [])
{
try {
$this->doDisplay($context, $blocks);
} catch (Error $e) {
if (!$e->getSourceContext()) {
$e->setSourceContext($this->getSourceContext());
}
// this is mostly useful for \Twig\Error\LoaderError exceptions
// see \Twig\Error\LoaderError
if (-1 === $e->getTemplateLine()) {
$e->guess();
}
throw $e;
} catch (\Exception $e) {
$e = new RuntimeError(sprintf('An exception has been thrown during the rendering of a template ("%s").', $e->getMessage()), -1, $this->getSourceContext(), $e);
$e->guess();
throw $e;
}
}
Arguments
array:3 [
"menu" => array:2 [
"pylepodavlenie" => "Пылеподавление"
"obespylivanie-vozduha" => "Обеспыливание воздуха"
]
0 => "banner"
"breadcrumbs" => "<div class="breadcrumbs__item" itemprop="itemListElement" itemscope itemtype="http://schema.org/ListItem"><a class="breadcrumbs__link p-breadcrumbs" href="https://ekonow.ru" itemprop="item"><span itemprop="name">ЭКОНАУ</span></a><meta itemprop="position" content="1"></div><div class="breadcrumbs__item" itemprop="itemListElement" itemscope itemtype="http://schema.org/ListItem"><a class="breadcrumbs__link p-breadcrumbs" href="https://ekonow.ru/primenenie/sistemy-uvlazhneniya/" itemprop="item"><span itemprop="name">Системы увлажнения</span></a><meta itemprop="position" content="2"></div><div class="breadcrumbs__item" itemprop="itemListElement" itemscope itemtype="http://schema.org/ListItem"><a class="breadcrumbs__link p-breadcrumbs" href="https://ekonow.ru/primenenie/sistemy-uvlazhneniya/promyshlennost/" itemprop="item"><span itemprop="name">Промышленное производство</span></a><meta itemprop="position" content="3"></div><div class="breadcrumbs__item" itemprop="itemListElement" itemscope itemtype="http://schema.org/ListItem"><span class="breadcrumbs__current p-breadcrumbs" itemprop="name">Пылеподавление водяным туманом</span><meta itemprop="position" content="4"></div>"
]
array:8 [
"head" => array:2 [
0 => __TwigTemplate_bf78ffc335d83ab9a1aec89519fbcfc5c01b851c4174c088e310d8a880e20598 {#3777}
1 => "block_head"
]
"body_attr" => array:2 [
0 => __TwigTemplate_bf78ffc335d83ab9a1aec89519fbcfc5c01b851c4174c088e310d8a880e20598 {#3777}
1 => "block_body_attr"
]
"before_header" => array:2 [
0 => __TwigTemplate_bf78ffc335d83ab9a1aec89519fbcfc5c01b851c4174c088e310d8a880e20598 {#3777}
1 => "block_before_header"
]
"header" => array:2 [
0 => __TwigTemplate_bf78ffc335d83ab9a1aec89519fbcfc5c01b851c4174c088e310d8a880e20598 {#3777}
1 => "block_header"
]
"body" => array:2 [
0 => __TwigTemplate_162e2789a444b58a0b6034f96a470cdd902727d85e797835d898dffc1cf39cf0 {#3779}
1 => "block_body"
]
"body_after" => array:2 [
0 => __TwigTemplate_bf78ffc335d83ab9a1aec89519fbcfc5c01b851c4174c088e310d8a880e20598 {#3777}
1 => "block_body_after"
]
"before_footer" => array:2 [
0 => __TwigTemplate_bf78ffc335d83ab9a1aec89519fbcfc5c01b851c4174c088e310d8a880e20598 {#3777}
1 => "block_before_footer"
]
"footer" => array:2 [
0 => __TwigTemplate_bf78ffc335d83ab9a1aec89519fbcfc5c01b851c4174c088e310d8a880e20598 {#3777}
1 => "block_footer"
]
]
/home/ekonow/ekonow.ru/www/wp-content/plugins/core-plugin/vendor/twig/twig/src/Template.php
{
return $this;
}
/**
* Returns all blocks.
*
* This method is for internal use only and should never be called
* directly.
*
* @return array An array of blocks
*/
public function getBlocks()
{
return $this->blocks;
}
public function display(array $context, array $blocks = [])
{
$this->displayWithErrorHandling($this->env->mergeGlobals($context), array_merge($this->blocks, $blocks));
}
public function render(array $context)
{
$level = ob_get_level();
if ($this->env->isDebug()) {
ob_start();
} else {
ob_start(function () { return ''; });
}
try {
$this->display($context);
} catch (\Throwable $e) {
while (ob_get_level() > $level) {
ob_end_clean();
}
throw $e;
}
Arguments
array:3 [
"menu" => array:2 [
"pylepodavlenie" => "Пылеподавление"
"obespylivanie-vozduha" => "Обеспыливание воздуха"
]
0 => "banner"
"breadcrumbs" => "<div class="breadcrumbs__item" itemprop="itemListElement" itemscope itemtype="http://schema.org/ListItem"><a class="breadcrumbs__link p-breadcrumbs" href="https://ekonow.ru" itemprop="item"><span itemprop="name">ЭКОНАУ</span></a><meta itemprop="position" content="1"></div><div class="breadcrumbs__item" itemprop="itemListElement" itemscope itemtype="http://schema.org/ListItem"><a class="breadcrumbs__link p-breadcrumbs" href="https://ekonow.ru/primenenie/sistemy-uvlazhneniya/" itemprop="item"><span itemprop="name">Системы увлажнения</span></a><meta itemprop="position" content="2"></div><div class="breadcrumbs__item" itemprop="itemListElement" itemscope itemtype="http://schema.org/ListItem"><a class="breadcrumbs__link p-breadcrumbs" href="https://ekonow.ru/primenenie/sistemy-uvlazhneniya/promyshlennost/" itemprop="item"><span itemprop="name">Промышленное производство</span></a><meta itemprop="position" content="3"></div><div class="breadcrumbs__item" itemprop="itemListElement" itemscope itemtype="http://schema.org/ListItem"><span class="breadcrumbs__current p-breadcrumbs" itemprop="name">Пылеподавление водяным туманом</span><meta itemprop="position" content="4"></div>"
]
array:8 [
"head" => array:2 [
0 => __TwigTemplate_bf78ffc335d83ab9a1aec89519fbcfc5c01b851c4174c088e310d8a880e20598 {#3777}
1 => "block_head"
]
"body_attr" => array:2 [
0 => __TwigTemplate_bf78ffc335d83ab9a1aec89519fbcfc5c01b851c4174c088e310d8a880e20598 {#3777}
1 => "block_body_attr"
]
"before_header" => array:2 [
0 => __TwigTemplate_bf78ffc335d83ab9a1aec89519fbcfc5c01b851c4174c088e310d8a880e20598 {#3777}
1 => "block_before_header"
]
"header" => array:2 [
0 => __TwigTemplate_bf78ffc335d83ab9a1aec89519fbcfc5c01b851c4174c088e310d8a880e20598 {#3777}
1 => "block_header"
]
"body" => array:2 [
0 => __TwigTemplate_162e2789a444b58a0b6034f96a470cdd902727d85e797835d898dffc1cf39cf0 {#3779}
1 => "block_body"
]
"body_after" => array:2 [
0 => __TwigTemplate_bf78ffc335d83ab9a1aec89519fbcfc5c01b851c4174c088e310d8a880e20598 {#3777}
1 => "block_body_after"
]
"before_footer" => array:2 [
0 => __TwigTemplate_bf78ffc335d83ab9a1aec89519fbcfc5c01b851c4174c088e310d8a880e20598 {#3777}
1 => "block_before_footer"
]
"footer" => array:2 [
0 => __TwigTemplate_bf78ffc335d83ab9a1aec89519fbcfc5c01b851c4174c088e310d8a880e20598 {#3777}
1 => "block_footer"
]
]
/home/ekonow/ekonow.ru/www/wp-content/plugins/core-plugin/var/cache/twig/d7/d721b69f4db2d14a6b7ad76782275369debb92b8acf0d84838a494c67d83bf0b.php
parent::__construct($env);
$this->source = $this->getSourceContext();
$this->blocks = [
'body' => [$this, 'block_body'],
];
}
protected function doGetParent(array $context)
{
// line 2
return "@s-core/layout/index.html.twig";
}
protected function doDisplay(array $context, array $blocks = [])
{
$macros = $this->macros;
$this->parent = $this->loadTemplate("@s-core/layout/index.html.twig", "@s-core/layout/page.html.twig", 2);
$this->parent->display($context, array_merge($this->blocks, $blocks));
}
// line 3
public function block_body($context, array $blocks = [])
{
$macros = $this->macros;
// line 4
echo "<section class=\"banner\">
<div style=\"width:100%\" class=\"banner__col\">
<div class=\"banner-inner\">
<div class=\"banner-inner__img-wrapper\">
";
// line 8
if (carbon_get_the_post_meta("banner_image")) {
// line 9
echo " <img class=\"banner-inner__img\" src=\"";
echo twig_escape_filter($this->env, wp_get_attachment_url(carbon_get_the_post_meta("banner_image")), "html", null, true);
echo "\" alt=\"\" role=\"presentation\" />
";
} else {
Arguments
array:3 [
"menu" => array:2 [
"pylepodavlenie" => "Пылеподавление"
"obespylivanie-vozduha" => "Обеспыливание воздуха"
]
0 => "banner"
"breadcrumbs" => "<div class="breadcrumbs__item" itemprop="itemListElement" itemscope itemtype="http://schema.org/ListItem"><a class="breadcrumbs__link p-breadcrumbs" href="https://ekonow.ru" itemprop="item"><span itemprop="name">ЭКОНАУ</span></a><meta itemprop="position" content="1"></div><div class="breadcrumbs__item" itemprop="itemListElement" itemscope itemtype="http://schema.org/ListItem"><a class="breadcrumbs__link p-breadcrumbs" href="https://ekonow.ru/primenenie/sistemy-uvlazhneniya/" itemprop="item"><span itemprop="name">Системы увлажнения</span></a><meta itemprop="position" content="2"></div><div class="breadcrumbs__item" itemprop="itemListElement" itemscope itemtype="http://schema.org/ListItem"><a class="breadcrumbs__link p-breadcrumbs" href="https://ekonow.ru/primenenie/sistemy-uvlazhneniya/promyshlennost/" itemprop="item"><span itemprop="name">Промышленное производство</span></a><meta itemprop="position" content="3"></div><div class="breadcrumbs__item" itemprop="itemListElement" itemscope itemtype="http://schema.org/ListItem"><span class="breadcrumbs__current p-breadcrumbs" itemprop="name">Пылеподавление водяным туманом</span><meta itemprop="position" content="4"></div>"
]
array:1 [
"body" => array:2 [
0 => __TwigTemplate_162e2789a444b58a0b6034f96a470cdd902727d85e797835d898dffc1cf39cf0 {#3779}
1 => "block_body"
]
]
/home/ekonow/ekonow.ru/www/wp-content/plugins/core-plugin/vendor/twig/twig/src/Template.php
} else {
ob_start(function () { return ''; });
}
try {
$this->display($context);
} catch (\Throwable $e) {
while (ob_get_level() > $level) {
ob_end_clean();
}
throw $e;
}
return ob_get_clean();
}
protected function displayWithErrorHandling(array $context, array $blocks = [])
{
try {
$this->doDisplay($context, $blocks);
} catch (Error $e) {
if (!$e->getSourceContext()) {
$e->setSourceContext($this->getSourceContext());
}
// this is mostly useful for \Twig\Error\LoaderError exceptions
// see \Twig\Error\LoaderError
if (-1 === $e->getTemplateLine()) {
$e->guess();
}
throw $e;
} catch (\Exception $e) {
$e = new RuntimeError(sprintf('An exception has been thrown during the rendering of a template ("%s").', $e->getMessage()), -1, $this->getSourceContext(), $e);
$e->guess();
throw $e;
}
}
Arguments
array:3 [
"menu" => array:2 [
"pylepodavlenie" => "Пылеподавление"
"obespylivanie-vozduha" => "Обеспыливание воздуха"
]
0 => "banner"
"breadcrumbs" => "<div class="breadcrumbs__item" itemprop="itemListElement" itemscope itemtype="http://schema.org/ListItem"><a class="breadcrumbs__link p-breadcrumbs" href="https://ekonow.ru" itemprop="item"><span itemprop="name">ЭКОНАУ</span></a><meta itemprop="position" content="1"></div><div class="breadcrumbs__item" itemprop="itemListElement" itemscope itemtype="http://schema.org/ListItem"><a class="breadcrumbs__link p-breadcrumbs" href="https://ekonow.ru/primenenie/sistemy-uvlazhneniya/" itemprop="item"><span itemprop="name">Системы увлажнения</span></a><meta itemprop="position" content="2"></div><div class="breadcrumbs__item" itemprop="itemListElement" itemscope itemtype="http://schema.org/ListItem"><a class="breadcrumbs__link p-breadcrumbs" href="https://ekonow.ru/primenenie/sistemy-uvlazhneniya/promyshlennost/" itemprop="item"><span itemprop="name">Промышленное производство</span></a><meta itemprop="position" content="3"></div><div class="breadcrumbs__item" itemprop="itemListElement" itemscope itemtype="http://schema.org/ListItem"><span class="breadcrumbs__current p-breadcrumbs" itemprop="name">Пылеподавление водяным туманом</span><meta itemprop="position" content="4"></div>"
]
array:1 [
"body" => array:2 [
0 => __TwigTemplate_162e2789a444b58a0b6034f96a470cdd902727d85e797835d898dffc1cf39cf0 {#3779}
1 => "block_body"
]
]
/home/ekonow/ekonow.ru/www/wp-content/plugins/core-plugin/vendor/twig/twig/src/Template.php
{
return $this;
}
/**
* Returns all blocks.
*
* This method is for internal use only and should never be called
* directly.
*
* @return array An array of blocks
*/
public function getBlocks()
{
return $this->blocks;
}
public function display(array $context, array $blocks = [])
{
$this->displayWithErrorHandling($this->env->mergeGlobals($context), array_merge($this->blocks, $blocks));
}
public function render(array $context)
{
$level = ob_get_level();
if ($this->env->isDebug()) {
ob_start();
} else {
ob_start(function () { return ''; });
}
try {
$this->display($context);
} catch (\Throwable $e) {
while (ob_get_level() > $level) {
ob_end_clean();
}
throw $e;
}
Arguments
array:3 [
"menu" => array:2 [
"pylepodavlenie" => "Пылеподавление"
"obespylivanie-vozduha" => "Обеспыливание воздуха"
]
0 => "banner"
"breadcrumbs" => "<div class="breadcrumbs__item" itemprop="itemListElement" itemscope itemtype="http://schema.org/ListItem"><a class="breadcrumbs__link p-breadcrumbs" href="https://ekonow.ru" itemprop="item"><span itemprop="name">ЭКОНАУ</span></a><meta itemprop="position" content="1"></div><div class="breadcrumbs__item" itemprop="itemListElement" itemscope itemtype="http://schema.org/ListItem"><a class="breadcrumbs__link p-breadcrumbs" href="https://ekonow.ru/primenenie/sistemy-uvlazhneniya/" itemprop="item"><span itemprop="name">Системы увлажнения</span></a><meta itemprop="position" content="2"></div><div class="breadcrumbs__item" itemprop="itemListElement" itemscope itemtype="http://schema.org/ListItem"><a class="breadcrumbs__link p-breadcrumbs" href="https://ekonow.ru/primenenie/sistemy-uvlazhneniya/promyshlennost/" itemprop="item"><span itemprop="name">Промышленное производство</span></a><meta itemprop="position" content="3"></div><div class="breadcrumbs__item" itemprop="itemListElement" itemscope itemtype="http://schema.org/ListItem"><span class="breadcrumbs__current p-breadcrumbs" itemprop="name">Пылеподавление водяным туманом</span><meta itemprop="position" content="4"></div>"
]
array:1 [
"body" => array:2 [
0 => __TwigTemplate_162e2789a444b58a0b6034f96a470cdd902727d85e797835d898dffc1cf39cf0 {#3779}
1 => "block_body"
]
]
/home/ekonow/ekonow.ru/www/wp-content/plugins/core-plugin/vendor/twig/twig/src/TemplateWrapper.php
*
* @param array $context An array of parameters to pass to the template
*/
public function render(array $context = []): string
{
// using func_get_args() allows to not expose the blocks argument
// as it should only be used by internal code
return $this->template->render($context, \func_get_args()[1] ?? []);
}
/**
* Displays the template.
*
* @param array $context An array of parameters to pass to the template
*/
public function display(array $context = [])
{
// using func_get_args() allows to not expose the blocks argument
// as it should only be used by internal code
$this->template->display($context, \func_get_args()[1] ?? []);
}
/**
* Checks if a block is defined.
*
* @param string $name The block name
* @param array $context An array of parameters to pass to the template
*/
public function hasBlock(string $name, array $context = []): bool
{
return $this->template->hasBlock($name, $context);
}
/**
* Returns defined block names in the template.
*
* @param array $context An array of parameters to pass to the template
*
* @return string[] An array of defined template block names
*/
Arguments
array:3 [
"menu" => array:2 [
"pylepodavlenie" => "Пылеподавление"
"obespylivanie-vozduha" => "Обеспыливание воздуха"
]
0 => "banner"
"breadcrumbs" => "<div class="breadcrumbs__item" itemprop="itemListElement" itemscope itemtype="http://schema.org/ListItem"><a class="breadcrumbs__link p-breadcrumbs" href="https://ekonow.ru" itemprop="item"><span itemprop="name">ЭКОНАУ</span></a><meta itemprop="position" content="1"></div><div class="breadcrumbs__item" itemprop="itemListElement" itemscope itemtype="http://schema.org/ListItem"><a class="breadcrumbs__link p-breadcrumbs" href="https://ekonow.ru/primenenie/sistemy-uvlazhneniya/" itemprop="item"><span itemprop="name">Системы увлажнения</span></a><meta itemprop="position" content="2"></div><div class="breadcrumbs__item" itemprop="itemListElement" itemscope itemtype="http://schema.org/ListItem"><a class="breadcrumbs__link p-breadcrumbs" href="https://ekonow.ru/primenenie/sistemy-uvlazhneniya/promyshlennost/" itemprop="item"><span itemprop="name">Промышленное производство</span></a><meta itemprop="position" content="3"></div><div class="breadcrumbs__item" itemprop="itemListElement" itemscope itemtype="http://schema.org/ListItem"><span class="breadcrumbs__current p-breadcrumbs" itemprop="name">Пылеподавление водяным туманом</span><meta itemprop="position" content="4"></div>"
]
[]
/home/ekonow/ekonow.ru/www/wp-content/plugins/core-plugin/vendor/twig/twig/src/Environment.php
* @throws RuntimeError When an error occurred during rendering
*/
public function render($name, array $context = [])
{
return $this->load($name)->render($context);
}
/**
* Displays a template.
*
* @param string|TemplateWrapper $name The template name
* @param array $context An array of parameters to pass to the template
*
* @throws LoaderError When the template cannot be found
* @throws SyntaxError When an error occurred during compilation
* @throws RuntimeError When an error occurred during rendering
*/
public function display($name, array $context = [])
{
$this->load($name)->display($context);
}
/**
* Loads a template.
*
* @param string|TemplateWrapper $name The template name
*
* @throws LoaderError When the template cannot be found
* @throws RuntimeError When a previously generated cache is corrupted
* @throws SyntaxError When an error occurred during compilation
*
* @return TemplateWrapper
*/
public function load($name)
{
if ($name instanceof TemplateWrapper) {
return $name;
}
if ($name instanceof Template) {
Arguments
array:3 [
"menu" => array:2 [
"pylepodavlenie" => "Пылеподавление"
"obespylivanie-vozduha" => "Обеспыливание воздуха"
]
0 => "banner"
"breadcrumbs" => "<div class="breadcrumbs__item" itemprop="itemListElement" itemscope itemtype="http://schema.org/ListItem"><a class="breadcrumbs__link p-breadcrumbs" href="https://ekonow.ru" itemprop="item"><span itemprop="name">ЭКОНАУ</span></a><meta itemprop="position" content="1"></div><div class="breadcrumbs__item" itemprop="itemListElement" itemscope itemtype="http://schema.org/ListItem"><a class="breadcrumbs__link p-breadcrumbs" href="https://ekonow.ru/primenenie/sistemy-uvlazhneniya/" itemprop="item"><span itemprop="name">Системы увлажнения</span></a><meta itemprop="position" content="2"></div><div class="breadcrumbs__item" itemprop="itemListElement" itemscope itemtype="http://schema.org/ListItem"><a class="breadcrumbs__link p-breadcrumbs" href="https://ekonow.ru/primenenie/sistemy-uvlazhneniya/promyshlennost/" itemprop="item"><span itemprop="name">Промышленное производство</span></a><meta itemprop="position" content="3"></div><div class="breadcrumbs__item" itemprop="itemListElement" itemscope itemtype="http://schema.org/ListItem"><span class="breadcrumbs__current p-breadcrumbs" itemprop="name">Пылеподавление водяным туманом</span><meta itemprop="position" content="4"></div>"
]
/home/ekonow/ekonow.ru/www/wp-content/plugins/core-plugin/vendor/sau/wp-core/src/Twig/Twig.php
* @throws LoaderError
* @throws RuntimeError
* @throws SyntaxError
*/
public function render($name, array $parameters = [])
{
return $this->environment->render($name, $parameters);
}
/**
* @param $name
* @param array $parameters
*
* @throws LoaderError
* @throws RuntimeError
* @throws SyntaxError
*/
public function display($name, array $parameters = [])
{
$this->environment->display($name, $parameters);
}
}
Arguments
"@s-core/layout/page.html.twig"
array:3 [
"menu" => array:2 [
"pylepodavlenie" => "Пылеподавление"
"obespylivanie-vozduha" => "Обеспыливание воздуха"
]
0 => "banner"
"breadcrumbs" => "<div class="breadcrumbs__item" itemprop="itemListElement" itemscope itemtype="http://schema.org/ListItem"><a class="breadcrumbs__link p-breadcrumbs" href="https://ekonow.ru" itemprop="item"><span itemprop="name">ЭКОНАУ</span></a><meta itemprop="position" content="1"></div><div class="breadcrumbs__item" itemprop="itemListElement" itemscope itemtype="http://schema.org/ListItem"><a class="breadcrumbs__link p-breadcrumbs" href="https://ekonow.ru/primenenie/sistemy-uvlazhneniya/" itemprop="item"><span itemprop="name">Системы увлажнения</span></a><meta itemprop="position" content="2"></div><div class="breadcrumbs__item" itemprop="itemListElement" itemscope itemtype="http://schema.org/ListItem"><a class="breadcrumbs__link p-breadcrumbs" href="https://ekonow.ru/primenenie/sistemy-uvlazhneniya/promyshlennost/" itemprop="item"><span itemprop="name">Промышленное производство</span></a><meta itemprop="position" content="3"></div><div class="breadcrumbs__item" itemprop="itemListElement" itemscope itemtype="http://schema.org/ListItem"><span class="breadcrumbs__current p-breadcrumbs" itemprop="name">Пылеподавление водяным туманом</span><meta itemprop="position" content="4"></div>"
]
/home/ekonow/ekonow.ru/www/wp-content/plugins/core-plugin/vendor/sau/wp-core/functions.php
if ($container->has('twig')) {
global $twig;
$twig = $container->get('twig');
if ( ! function_exists('twig_render')) {
function twig_render($name, array $parameters = [])
{
global $twig;
return $twig->render($name, $parameters);
}
}
if ( ! function_exists('twig_display')) {
function twig_display($name, array $parameters = [])
{
global $twig;
$twig->display($name, $parameters);
}
}
}
Arguments
"@s-core/layout/page.html.twig"
array:3 [
"menu" => array:2 [
"pylepodavlenie" => "Пылеподавление"
"obespylivanie-vozduha" => "Обеспыливание воздуха"
]
0 => "banner"
"breadcrumbs" => "<div class="breadcrumbs__item" itemprop="itemListElement" itemscope itemtype="http://schema.org/ListItem"><a class="breadcrumbs__link p-breadcrumbs" href="https://ekonow.ru" itemprop="item"><span itemprop="name">ЭКОНАУ</span></a><meta itemprop="position" content="1"></div><div class="breadcrumbs__item" itemprop="itemListElement" itemscope itemtype="http://schema.org/ListItem"><a class="breadcrumbs__link p-breadcrumbs" href="https://ekonow.ru/primenenie/sistemy-uvlazhneniya/" itemprop="item"><span itemprop="name">Системы увлажнения</span></a><meta itemprop="position" content="2"></div><div class="breadcrumbs__item" itemprop="itemListElement" itemscope itemtype="http://schema.org/ListItem"><a class="breadcrumbs__link p-breadcrumbs" href="https://ekonow.ru/primenenie/sistemy-uvlazhneniya/promyshlennost/" itemprop="item"><span itemprop="name">Промышленное производство</span></a><meta itemprop="position" content="3"></div><div class="breadcrumbs__item" itemprop="itemListElement" itemscope itemtype="http://schema.org/ListItem"><span class="breadcrumbs__current p-breadcrumbs" itemprop="name">Пылеподавление водяным туманом</span><meta itemprop="position" content="4"></div>"
]
/home/ekonow/ekonow.ru/www/wp-content/themes/tutmee/index.php
<?php
use Sau\WP\Plugin\Core\PostType\Product;
use Sau\WP\Plugin\Core\Carbon\Block\Page\SanPiN;
while (have_posts()):
the_post();
$blocks = parse_blocks(get_the_content());
$menu = [];
foreach ($blocks as $block) {
if ($block[ 'blockName' ] == 'carbon-fields/navigation-separate') {
$menu[ $block[ 'attrs' ][ 'data' ][ 'anchor' ] ] = $block[ 'attrs' ][ 'data' ][ 'menu_title' ];
}
}
// $data[ 'breadcrumbs' ] = bcn_display(true);
Product::loadTermOptions();
twig_display('@s-core/layout/page.html.twig', ['menu' => $menu,'banner', 'breadcrumbs' => bcn_display(true) ] );
endwhile;
Arguments
"@s-core/layout/page.html.twig"
array:3 [
"menu" => array:2 [
"pylepodavlenie" => "Пылеподавление"
"obespylivanie-vozduha" => "Обеспыливание воздуха"
]
0 => "banner"
"breadcrumbs" => "<div class="breadcrumbs__item" itemprop="itemListElement" itemscope itemtype="http://schema.org/ListItem"><a class="breadcrumbs__link p-breadcrumbs" href="https://ekonow.ru" itemprop="item"><span itemprop="name">ЭКОНАУ</span></a><meta itemprop="position" content="1"></div><div class="breadcrumbs__item" itemprop="itemListElement" itemscope itemtype="http://schema.org/ListItem"><a class="breadcrumbs__link p-breadcrumbs" href="https://ekonow.ru/primenenie/sistemy-uvlazhneniya/" itemprop="item"><span itemprop="name">Системы увлажнения</span></a><meta itemprop="position" content="2"></div><div class="breadcrumbs__item" itemprop="itemListElement" itemscope itemtype="http://schema.org/ListItem"><a class="breadcrumbs__link p-breadcrumbs" href="https://ekonow.ru/primenenie/sistemy-uvlazhneniya/promyshlennost/" itemprop="item"><span itemprop="name">Промышленное производство</span></a><meta itemprop="position" content="3"></div><div class="breadcrumbs__item" itemprop="itemListElement" itemscope itemtype="http://schema.org/ListItem"><span class="breadcrumbs__current p-breadcrumbs" itemprop="name">Пылеподавление водяным туманом</span><meta itemprop="position" content="4"></div>"
]
/home/ekonow/ekonow.ru/www/wp-includes/template-loader.php
}
break;
}
}
if ( ! $template ) {
$template = get_index_template();
}
/**
* Filters the path of the current template before including it.
*
* @since 3.0.0
*
* @param string $template The path of the template to include.
*/
$template = apply_filters( 'template_include', $template );
if ( $template ) {
include $template;
} elseif ( current_user_can( 'switch_themes' ) ) {
$theme = wp_get_theme();
if ( $theme->errors() ) {
wp_die( $theme->errors() );
}
}
return;
}
Arguments
"/home/ekonow/ekonow.ru/www/wp-content/themes/tutmee/index.php"
/home/ekonow/ekonow.ru/www/wp-blog-header.php
<?php
/**
* Loads the WordPress environment and template.
*
* @package WordPress
*/
if ( ! isset( $wp_did_header ) ) {
$wp_did_header = true;
// Load the WordPress library.
require_once __DIR__ . '/wp-load.php';
// Set up the WordPress query.
wp();
// Load the theme template.
require_once ABSPATH . WPINC . '/template-loader.php';
}
Arguments
"/home/ekonow/ekonow.ru/www/wp-includes/template-loader.php"
/home/ekonow/ekonow.ru/www/index.php
<?php
/**
* Front to the WordPress application. This file doesn't do anything, but loads
* wp-blog-header.php which does and tells WordPress to load the theme.
*
* @package WordPress
*/
/**
* Tells WordPress to load the WordPress theme and output it.
*
* @var bool
*/
define( 'WP_USE_THEMES', true );
/** Loads the WordPress Environment and Template */
require __DIR__ . '/wp-blog-header.php';
Arguments
"/home/ekonow/ekonow.ru/www/wp-blog-header.php"