GITLAB

Comunidad Desarrollo UBV / wordpress

Sign in
  • Sign in
  • Project
  • Files
  • Commits
  • Network
  • Graphs
  • Issues 0
  • Merge Requests 0
  • Wiki
  • wordpress
  • wp-content
  • themes
  • twentyseventeen
  • template-parts
  • header
  • header-image.php
  • aea7f4b2a   Inicializacion del website publicaciones Browse Code ยป
    Carlos Javier Marin
    2017-04-17 11:04:16 -0400  
header-image.php 346 Bytes
edit raw blame history permalink
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20
<?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 -->