示例#1
0
			</a>
		</div><!-- .skip-link -->

		<?php 
tha_header_before();
?>

		<header <?php 
hybrid_attr('header');
?>
>

			<div class="wrap">

				<?php 
tha_header_top();
?>

				<div <?php 
hybrid_attr('branding');
?>
>
					<?php 
hybrid_site_title();
?>
					<?php 
hybrid_site_description();
?>
				</div><!-- #branding -->

				<?php 
示例#2
0
function fastfood_hook_header_top()
{
    tha_header_top();
    do_action('fastfood_hook_header_top');
}
示例#3
0
文件: hooks.php 项目: TwoBeers/wallow
function wallow_hook_header_top()
{
    tha_header_top();
    do_action('wallow_hook_header_top');
}
示例#4
0
/**
 * Highwind header action
 * @since 1.0
 */
function highwind_header()
{
    tha_header_top();
    do_action('highwind_header');
    tha_header_bottom();
}
示例#5
0
/**
 * Just after opening <div id="header">
 *
 * @see header.php
 */
function responsive_header_top()
{
    do_action('responsive_header_top');
    tha_header_top();
}
示例#6
0
function shiword_hook_header_top()
{
    tha_header_top();
    do_action('shiword_hook_header_top');
}