как добавить id в тэг body (drupal 7)
как добавить классы к body, я довольно быстро нашёл
в теме template.php
function [theme-name]_preprocess_html(&$variables) {
$variables['classes_array'] = $body_classes;
}
а как можно добавить id ?
как добавить классы к body, я довольно быстро нашёл
в теме template.php
function [theme-name]_preprocess_html(&$variables) {
$variables['classes_array'] = $body_classes;
}
а как можно добавить id ?