<meta property="relap:article" content="false">
, для некоторых страниц. function YOUR_THEME_NAME_preprocess_html(&$vars) {
$relap = array(
'#type' => 'html_tag',
'#tag' => 'meta',
'#attributes' => array(
'property' => 'relap:article',
'content' => 'false',
)
);
drupal_add_html_head($relap, 'relap');
}
if($plugin!=$plugin["theme"]["name-tema"]){
drupal_add_html_head($relap, 'relap');
}
$plugin = array(
'title' => 'news sdds' ,
'icon' => 'preview.png',
'category' => t(''),
'theme' => 'news_name',
'css' => '../',
'regions' => array(
'header' => t('Header'),
'left' => t('Left'),
'right' => t('Right'),
),
);
$node = menu_get_object();
if (!$node || $node->type != 'news') {
$relap = array(
'#type' => 'html_tag',
'#tag' => 'meta',
'#attributes' => array(
'property' => 'relap:article',
'content' => 'false',
)
);
drupal_add_html_head($relap, 'relap');
}