function thesis_sidebars() { echo ' <div id="sidebars">' . "\n"; thesis_hook_before_sidebars(); thesis_build_sidebars(); thesis_hook_after_sidebars(); echo ' </div>' . "\n"; }
function thesis_sidebars() { echo "\t\t<div id=\"sidebars\">\n"; thesis_hook_before_sidebars(); #hook thesis_build_sidebars(); thesis_hook_after_sidebars(); #hook echo "\t\t</div>\n"; }