Beispiel #1
0
function thesis_framework_full_width()
{
    if (apply_filters('thesis_show_header', true)) {
        thesis_wrap_header();
    }
    thesis_wrap_content();
    if (apply_filters('thesis_show_footer', true)) {
        thesis_wrap_footer();
    }
}
Beispiel #2
0
function thesis_framework_full_width()
{
    thesis_wrap_header();
    thesis_wrap_content();
    thesis_wrap_footer();
}