drupal_get_html_head
includes/common.inc, строка 115
- Версии
- 5 – 6
drupal_get_html_head()
Retrieve output to be displayed in the head tag of the HTML page.
Код
<?php
function drupal_get_html_head() {
$output = "<meta http-equiv=\"Content-Type\" content=\"text/html; charset=utf-8\" />\n";
return $output . drupal_set_html_head();
}
?>
Войдите или зарегистрируйтесь, чтобы получить возможность отправлять комментарии