We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0462d50 commit 5732208Copy full SHA for 5732208
1 file changed
header.php
@@ -15,7 +15,7 @@
15
?>
16
<body <?php body_class(); ?>>
17
<?php do_action( 'cc_theme_before_header' ); ?>
18
-
+<!--BEGIN HEADER-->
19
<header class="main-header">
20
<?php do_action( 'cc_theme_before_header_content' ); ?>
21
<div class="container">
@@ -49,4 +49,5 @@
49
</div>
50
<?php do_action( 'cc_theme_after_header_content' ); ?>
51
</header>
52
+<!--END HEADER-->
53
<?php do_action( 'cc_theme_after_header' ); ?>
0 commit comments