Динамическая шапка сайта

P

prazza

#1
Подскажите пожалуйста, куда устанавливается код для динамической шапки сайта

<?php
$header_img = '<img src="' . $header_img . '" alt="' . $alt . '" width="' . HEADER_IMAGE_WIDTH . '" height="' . HEADER_IMAGE_HEIGHT . '" class="header-img" />';
if ( ! is_front_page() && $graphene_settings['link_header_img'] ) {
$header_img_tag = '<a href="' . apply_filters( 'graphene_header_link' , home_url() ) . '" id="header_img_link" title="' . esc_attr__( 'Go back to the front page', 'graphene' ) . '">';
$header_img_tag .= $header_img;
$header_img_tag .= '</a>';

$header_img = $header_img_tag;
}
echo $header_img;
?>

<?php
if ( $graphene_settings['enable_header_widget'] && is_active_sidebar( 'header-widget-area' ) ) {
echo '<div class="header-widget">';
dynamic_sidebar( 'header-widget-area' );
echo '</div>';
}
?>
 
Get involved!

Here you can only see a limited number of comments. On СЕО Форум Вебмастеров you see all comments and all functions are available to you. To the thread