You are here

function spaces_blog_context_default_contexts in Spaces 6.2

Implementation of hook_context_default_contexts().

File

spaces_blog/spaces_blog.features.inc, line 6

Code

function spaces_blog_context_default_contexts() {
  module_load_include('inc', 'spaces_blog', 'spaces_blog.defaults');
  return _spaces_blog_context_default_contexts();
}