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

				<?php 
hybrid_get_sidebar('header-right');
?>

				<?php 
tha_header_bottom();
?>

			</div>

		</header><!-- #header -->

		<?php 
tha_header_after();
?>

		<?php 
hybrid_get_menu('after-header');
示例#2
0
function fastfood_hook_header_bottom()
{
    do_action('fastfood_hook_header_bottom');
    tha_header_bottom();
}
示例#3
0
文件: hooks.php 项目: TwoBeers/wallow
function wallow_hook_header_bottom()
{
    do_action('wallow_hook_header_bottom');
    tha_header_bottom();
}
示例#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 closing </div><!-- end of #header -->
 *
 * @see header.php
 */
function responsive_header_bottom()
{
    do_action('responsive_header_bottom');
    tha_header_bottom();
}
示例#6
0
function shiword_hook_header_bottom()
{
    do_action('shiword_hook_header_bottom');
    tha_header_bottom();
}