function theme_blockify_footer_message in Blockify 6
Returns the rendered footer message.
1 theme call to theme_blockify_footer_message()
- blockify_get_content in ./
blockify.module - Provides individual block content.
File
- ./
blockify.theme.inc, line 67
Code
function theme_blockify_footer_message($site_footer) {
return '<span class="footer-message">' . $site_footer . '</span>';
}