コード例 #1
0
ファイル: wiaw_whitepapers.php プロジェクト: robertok/custom
function thesis_whitepaper_header()
{
    thesis_hook_before_title();
    thesis_whitepaper_title();
    thesis_whitepaper_tagline();
    thesis_hook_after_title();
}
コード例 #2
0
ファイル: header.php プロジェクト: billerby/Surdeg
function thesis_default_header()
{
    thesis_hook_before_title();
    thesis_title_and_tagline();
    thesis_hook_after_title();
}