File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11<?php do_action ( 'cc_theme_before_footer ' ); ?>
2+ <!--BEGIN FOOTER-->
23<footer class="main-footer">
34 <?php do_action ( 'cc_theme_before_footer_content ' ); ?>
45 <div class="container">
5657 </div>
5758 <?php do_action ( 'cc_theme_after_footer_content ' ); ?>
5859</footer>
60+ <!--END FOOTER-->
5961<?php do_action ( 'cc_theme_after_footer ' ); ?>
6062<?php wp_footer (); ?>
6163</body>
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1515?>
1616<body <?php body_class (); ?> >
1717<?php do_action ( 'cc_theme_before_header ' ); ?>
18-
18+ <!--BEGIN HEADER-->
1919<header class="main-header">
2020 <?php do_action ( 'cc_theme_before_header_content ' ); ?>
2121 <div class="container">
4949 </div>
5050 <?php do_action ( 'cc_theme_after_header_content ' ); ?>
5151</header>
52+ <!--END HEADER-->
5253<?php do_action ( 'cc_theme_after_header ' ); ?>
You can’t perform that action at this time.
0 commit comments