You are here

function context_respect_enable in Context Respect 7

File

./context_respect.install, line 11
Context Respect install file.

Code

function context_respect_enable() {
  context_invalidate_cache();
  drupal_set_message(t('Context Respect has been enabled. You can now set/ignore roles on blocks Context Respect- you may want to go !link now.', array(
    '!link' => l('configure them', 'admin/structure/block'),
  )), 'status');
}