constant BIRTHDAYS_STARSIGN_OFF in Birthdays 6
Same name and namespace in other branches
- 5 birthdays.module \BIRTHDAYS_STARSIGN_OFF
Do not show starsigns. Default.
5 uses of BIRTHDAYS_STARSIGN_OFF
- birthdays_admin_settings in ./
birthdays.admin.inc - Generates the Birthdays admininistration form located at ?q=admin/settings/birthdays.
- birthdays_get_starsign_image in ./
birthdays.module - Return the picture of a starsign, given the name. Links to Yahoo! when option is selected.
- birthdays_profile_alter in ./
birthdays.module - Alter the way the birthday is shown. This is fired after every module has filled the profile.
- template_preprocess_birthdays_block in ./
birthdays.module - Preprocess variables to format the birthdays block.
- template_preprocess_birthdays_page in ./
birthdays.page.inc - Preprocess variables to format the birthdays page.
File
- ./
birthdays.module, line 42 - The Birthdays module allows users to add their birthday to their profile. It lists birthdays on a seperate page and in different blocks. Users can receive an e-mail on their birthday automatically, and the administrator can receive daily reminders of…
Code
define('BIRTHDAYS_STARSIGN_OFF', '0');