Skip to content

Instantly share code, notes, and snippets.

@doolin
Created February 24, 2011 22:10
Show Gist options
  • Save doolin/843001 to your computer and use it in GitHub Desktop.
Save doolin/843001 to your computer and use it in GitHub Desktop.
Footer function for There Is No Box
/** Add this to Thesis custom_functions.php */
if (file_exists(THESIS_CUSTOM . '/tinobox_footer.php')) {
include(THESIS_CUSTOM . '/tinobox_footer.php');
remove_action('thesis_hook_footer','thesis_attribution');
add_action('thesis_hook_footer','tinobox_footer');
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment