function sweaver_footer in Sweaver 6
Implementation of hook_footer().
File
- ./
sweaver.module, line 352 - Sweaver functions.
Code
function sweaver_footer($main = 0) {
// We return the complete form in the footer.
if (sweaver_show_editor()) {
return drupal_get_form('sweaver_frontend') . '<div id="sweaver-messages"><div class="close">x</div><div class="message"></div></div>';
}
}