Skip to content

Instantly share code, notes, and snippets.

@Josh-Miller
Created May 13, 2015 15:16
Show Gist options
  • Select an option

  • Save Josh-Miller/e2cc8272a0bf1a341740 to your computer and use it in GitHub Desktop.

Select an option

Save Josh-Miller/e2cc8272a0bf1a341740 to your computer and use it in GitHub Desktop.
How to set a blob variable setting in Drupal
$knowledge_lab_settings = variable_get('theme_knowledge_lab_settings', array());
$knowledge_lab_settings['default_logo'] = 0;
variable_set('theme_knowledge_lab_settings', $knowledge_lab_settings);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment