'page', 'name' => 'o-kompanii', 'limit' => 1 ]); $production_page = Timber::get_post([ 'post_type' => 'page', 'name' => 'proizvodstvo', // Обратите внимание на возможную опечатку в slug 'limit' => 1 ]); // Устанавливаем URL для страницы "О компании" if ($about_page) { $context['about_url'] = '/o-kompanii/'; $context['about_url_en'] = '/en/about-us/'; } else if (SITE_DOMAIN == 'AE'){ $context['about_url_en'] = '/en/about-us/'; } else { $context['about_url'] = 'https://cosmopet.shop/chto-takoe-entoprotein/'; $context['about_url_en'] = 'https://cosmopet.shop/en/about-2/'; } // Устанавливаем URL для страницы "Производство" if ($production_page) { $context['production_url'] = '/proizvodstvo/'; $context['production_url_en'] = '/en/production/'; } else { $context['production_url'] = 'https://cosmopet.shop/proizvodstvo/'; $context['production_url_en'] = 'https://cosmopet.shop/en/production/'; } if (!is_home_page_posts_archive()) { $context['front_url'] = "/"; $context['front_url_en'] = "/en/main/"; } else{ $context['front_url'] = "https://cosmopet.shop/"; $context['front_url_en'] = "https://cosmopet.shop/en/main/"; } return $context; }); ?>