Добавить комментарий
Я просто для теста поставила свою тему не меняя пока 'name' и 'content'
function theme677_preprocess_page($page) {
$meta_keywords = array( '#tag' => 'meta', '#attributes' => array( 'name' => 'keywords', 'content' => '{keywords}', ), ); drupal_add_html_head($meta_keywords, 'meta_keywords'); }
function theme677_html_head_alter(&$head_elements) { unset($head_elements['system_meta_generator']); }
Ответ на Напишите Ваш код, который Вы… от admin