Created
April 3, 2014 12:58
-
-
Save opi/9953818 to your computer and use it in GitHub Desktop.
D8 !!
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
<?php | |
function THEME_html_head_alter(&$head_elements) { | |
$head_elements['system_meta_generator']['#attributes']['content'] = "Drupal 8 (http://drupal.org)"; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment