15 lines
159 B
PHP
15 lines
159 B
PHP
<?php
|
|
/**
|
|
* Header template part.
|
|
*
|
|
* @package AMP
|
|
*/
|
|
|
|
/**
|
|
* Context.
|
|
*
|
|
* @var AMP_Post_Template $this
|
|
*/
|
|
|
|
$this->load_parts( array( 'header-bar' ) );
|