예제 #1
0
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();
}