/* Custom Footer Hook */
remove_action('thesis_hook_footer', 'thesis_attribution');
function add_custom_footer () {
?>
<p>&copy; 2009 — All Rights Reserved</p>
<?php

