You are here

function popup_footer in Popup 6.x

Implementation of hook_footer

Inserts the popup overlay to embed popup bodies in.

File

./popup.module, line 123

Code

function popup_footer() {
  return '<div id="popup-active-overlay"></div>';
}