Skip to content

Instantly share code, notes, and snippets.

@bratsun
Created February 24, 2016 15:21
Show Gist options
  • Save bratsun/94a662b6997532fc713d to your computer and use it in GitHub Desktop.
Save bratsun/94a662b6997532fc713d to your computer and use it in GitHub Desktop.
Context checker
$contexts = context_active_contexts();
if (array_key_exists('rjc_logo', $contexts)) :
print 'RJC';
endif;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment