Page title

Signed-off-by: bachy <git@g-u-i.net>
This commit is contained in:
bachy
2012-11-09 11:51:55 +01:00
parent b1bf1c9387
commit 948913bc82
12 changed files with 178 additions and 25 deletions

View File

@@ -258,7 +258,7 @@ function materio_search_api_search_form($form, &$form_state){
'#type'=>'checkboxes',
'#options' => $bundles_options,
'#default_value' => $user_bundles_filter,
'#attributes' => array('class'=>array('btn-group')),
// '#attributes' => array('class'=>array('btn-group')),
);
}
@@ -421,7 +421,7 @@ function template_preprocess_materio_search_api_select_viewmode_block(&$vars){
foreach ($entity_infos['node']['view modes'] as $viewmode => $value) {
if(in_array($viewmode, $availableviewmodes)){
$link = l(
'<span class="inner">'.$value['label'].'</span>',
'<i class="icon-materio-viewmode-'.$viewmode.($active == $viewmode ? " active" : '').'"></i><span class="inner">'.$value['label'].'</span>',
'materiosearchapi/viewmode/change/'.$viewmode,
array(
'query' => drupal_get_destination(),