コード例 #1
0
ファイル: frameworks.php プロジェクト: CherylMuniz/fashion
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();
    }
}
コード例 #2
0
ファイル: frameworks.php プロジェクト: billerby/Surdeg
function thesis_framework_full_width()
{
    thesis_wrap_header();
    thesis_wrap_content();
    thesis_wrap_footer();
}