Example #1
0
function thesis_header()
{
    echo '	<div id="header">' . "\n";
    thesis_hook_header();
    echo '	</div>' . "\n";
}
Example #2
0
function thesis_header()
{
    echo "\t<div id=\"header\">\n";
    thesis_hook_header();
    echo "\t</div>\n";
}