You are here

constant POPUP_ONLOAD_DEFAULT_COOKIE_NAME in Popup On Load 7

Same name and namespace in other branches
  1. 8 popup_onload.module \POPUP_ONLOAD_DEFAULT_COOKIE_NAME

@file Contains main popup_onload hooks and functions.

3 uses of POPUP_ONLOAD_DEFAULT_COOKIE_NAME
popup_onload_admin_settings_form in ./popup_onload.admin.inc
Popup On Load admin settings form.
popup_onload_check_time_cookie in ./popup_onload.module
Check if popup_onload cookie is set.
popup_onload_save_time_cookie in ./popup_onload.module
Save popup display time into the cookie.

File

./popup_onload.module, line 8
Contains main popup_onload hooks and functions.

Code

define('POPUP_ONLOAD_DEFAULT_COOKIE_NAME', 'popup_onload_time');