Created
May 13, 2015 15:16
-
-
Save Josh-Miller/e2cc8272a0bf1a341740 to your computer and use it in GitHub Desktop.
How to set a blob variable setting in Drupal
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| $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