You are here

constant BIRTHDAYS_STARSIGN_OFF in Birthdays 5

Same name and namespace in other branches
  1. 6 birthdays.module \BIRTHDAYS_STARSIGN_OFF

Do not show starsigns. Default.

4 uses of BIRTHDAYS_STARSIGN_OFF
birthdays_admin_settings in ./birthdays.module
Implementation of hook_form().
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.
theme_birthdays_page in ./birthdays.module
@desc Theme a birthdays page

File

./birthdays.module, line 48
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');