コード例 #1
0
ファイル: footer.php プロジェクト: CherylMuniz/fashion
/**
 * Display primary footer content.
 */
function thesis_footer()
{
    echo "\t<div id=\"footer\">\n";
    thesis_hook_footer();
    thesis_admin_link();
    wp_footer();
    echo "\t</div>\n";
}
コード例 #2
0
ファイル: footer.php プロジェクト: billerby/Surdeg
/**
 * Display primary footer content.
 */
function thesis_footer()
{
    echo '	<div id="footer">' . "\n";
    thesis_hook_footer();
    thesis_admin_link();
    wp_footer();
    echo '	</div>' . "\n";
}