You are here

function mcd_check_simplenews in Maintenance Countdown 7

Check if module simplenews is enabled

2 calls to mcd_check_simplenews()
mcd_form_alter in ./mcd.module
Implements hook_form_alter().
mcd_preprocess_maintenance_page in ./mcd.countdown.inc
Add some variables for maintenance-coundown-page.tpl.php file. You can override this or core or add custom variables via your theme just using the same TEMPLATE_preprocess_maintenance_page

File

./mcd.module, line 77
mcd.module

Code

function mcd_check_simplenews() {
  return module_exists('simplenews');
}