Error in header_layout_transparent.php

Home Forums Vozx – Multipurpose WordPress Theme Error in header_layout_transparent.php

This topic contains 1 reply, has 2 voices, and was last updated by  ab-themes 9 years, 2 months ago.

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #5822

    RaulGuichard
    Participant

    There is an error in line 9 of header_layout_transparent.php

    It has an echo in the middle of the string concatenation

    <header id="ABdev_main_header" class="clearfix transparent <?php echo esc_attr($sticky_header_class) .' '. echo($switch_header_class); ?>">

    It should be:

    <header id="ABdev_main_header" class="clearfix transparent <?php echo esc_attr($sticky_header_class) .' '.$switch_header_class; ?>">

    #5837

    ab-themes
    Keymaster

    Thanke you,

    We saw and fix it.
    Update will be released in a day or two.

Viewing 2 posts - 1 through 2 (of 2 total)

The topic ‘Error in header_layout_transparent.php’ is closed to new replies.