aboutsummaryrefslogtreecommitdiff
path: root/srcs/wordpress/wp-content/themes/twentyseventeen/template-parts/header/header-image.php
diff options
context:
space:
mode:
Diffstat (limited to 'srcs/wordpress/wp-content/themes/twentyseventeen/template-parts/header/header-image.php')
-rw-r--r--srcs/wordpress/wp-content/themes/twentyseventeen/template-parts/header/header-image.php20
1 files changed, 0 insertions, 20 deletions
diff --git a/srcs/wordpress/wp-content/themes/twentyseventeen/template-parts/header/header-image.php b/srcs/wordpress/wp-content/themes/twentyseventeen/template-parts/header/header-image.php
deleted file mode 100644
index 390debc..0000000
--- a/srcs/wordpress/wp-content/themes/twentyseventeen/template-parts/header/header-image.php
+++ /dev/null
@@ -1,20 +0,0 @@
-<?php
-/**
- * Displays header media
- *
- * @package WordPress
- * @subpackage Twenty_Seventeen
- * @since 1.0
- * @version 1.0
- */
-
-?>
-<div class="custom-header">
-
- <div class="custom-header-media">
- <?php the_custom_header_markup(); ?>
- </div>
-
- <?php get_template_part( 'template-parts/header/site', 'branding' ); ?>
-
-</div><!-- .custom-header -->