| Versionen | |
|---|---|
| drupal7 | theme_meta_generator_header($version = VERSION) |
Send Drupal and the major version number in the HTTP headers.
modules/
<?php
function theme_meta_generator_header($version = VERSION) {
drupal_set_header('X-Generator', 'Drupal ' . $version . ' (http://drupal.org)');
}
?>
Kommentare
Kommentar hinzufügen