Файловый менеджер - Редактировать - /home/digitalm/tendepavia/wp-content/themes/trydo/header.php
Назад
<?php /** * The header for our theme * * This is the template that displays all of the <head> section and everything up until <div id="content"> * * @link https://developer.wordpress.org/themes/basics/template-files/#template-partials * * @package trydo */ ?> <!doctype html> <html <?php language_attributes(); ?>> <head> <meta charset="<?php bloginfo('charset'); ?>"> <meta name="viewport" content="width=device-width, initial-scale=1"> <link rel="profile" href="https://gmpg.org/xfn/11"> <?php wp_head(); ?> </head> <?php $menu_type = rbt_get_acf_data( 'trydo_menu_type'); $onepage_atts = ($menu_type == 'onepage') ? 'data-spy=scroll data-target=.navbar-onepage data-offset=70' : ''; $trydo_options = Helper::trydo_get_options(); ?> <body <?php body_class(); ?> <?php echo esc_attr($onepage_atts); ?>> <?php if ($trydo_options['trydo_preloader'] !== 'no'){ get_template_part('template-parts/header/preloader'); } if ( function_exists( 'wp_body_open' ) ) { wp_body_open(); } $page_skin = rbt_get_acf_data('trydo_select_page_skin'); $active_dark_screen = ($page_skin == 'dark') ? 'active-dark' : ''; ?><div class="main-page <?php echo esc_attr($active_dark_screen); ?>"><?php get_template_part('template-parts/header/header', 'main');
| ver. 1.4 |
Github
|
.
| PHP 8.3.23 | Генерация страницы: 0.06 |
proxy
|
phpinfo
|
Настройка