Skip to content

Commit

Permalink
Add comment
Browse files Browse the repository at this point in the history
  • Loading branch information
paulAcato committed Oct 5, 2023
1 parent 7354373 commit 3b5b6e8
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
* Template name: Mijn Zaken
*/

get_header();
get_template_part( 'templates/mijn-zaken/header' );
get_header(); // This one is temporary
get_template_part( 'templates/mijn-zaken/header' ); // This is going to be used?
?>
<main class="page-main page-main--mijn-zaken container" id="readspeaker">
Expand All @@ -18,5 +18,5 @@
</main>
<?php

get_template_part( 'templates/mijn-zaken/footer' );
get_footer();
get_template_part( 'templates/mijn-zaken/footer' ); // This is going to be used?
get_footer(); // This one is temporary

0 comments on commit 3b5b6e8

Please sign in to comment.