Пример #1
0
/**
 * 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
/**
 * Display primary footer content.
 */
function thesis_footer()
{
    echo '	<div id="footer">' . "\n";
    thesis_hook_footer();
    thesis_admin_link();
    wp_footer();
    echo '	</div>' . "\n";
}