Example #1
0
function thesis_whitepaper_header()
{
    thesis_hook_before_title();
    thesis_whitepaper_title();
    thesis_whitepaper_tagline();
    thesis_hook_after_title();
}
Example #2
0
function thesis_default_header()
{
    thesis_hook_before_title();
    thesis_title_and_tagline();
    thesis_hook_after_title();
}