This feels like a simple question, but it is evading me. How do I add a div in the footer.... on the same level of #siteinfo. what hook do i use? i saw there are:
add_action('thematic_footer', 'thematic_subsidiaries', 10);
add_action('thematic_footer', 'thematic_siteinfoopen', 20);
add_action('thematic_footer', 'thematic_siteinfo', 30);
add_action('thematic_footer', 'thematic_siteinfoclose', 40);
so i tried:
add_action('thematic_footer', 'thematic_siteinfoclose', 25);
but no luck.