Revision: 54920
Initial Code
Initial URL
Initial Description
Initial Title
Initial Tags
Initial Language
at January 18, 2012 02:11 by codepunk
Initial Code
function footer_add_stuff() { echo '<img src="/image.jpg" alt="description" />'; } add_action('headway_footer_close', 'footer_add_stuff');
Initial URL
Initial Description
Add stuff to the footer block.
Initial Title
Headway Theme footer function
Initial Tags
wordpress, theme
Initial Language
PHP