header
This commit is contained in:
@@ -6,6 +6,13 @@
|
||||
|
||||
use Drupal\Core\Template\Attribute;
|
||||
|
||||
/* implements template_preprocess_views_view() */
|
||||
|
||||
// function popsu_preprocess_views_view(&$vars) {
|
||||
// $view = $vars['view'];
|
||||
// kint($view);die();
|
||||
// }
|
||||
|
||||
|
||||
/* implements template_preprocess_views_view_unformatted() */
|
||||
|
||||
@@ -43,4 +50,13 @@ function popsu_preprocess_region(&$variables) {
|
||||
$variables['attributes']['class'][] = $variables['region'].'_container';
|
||||
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
// function popsu_theme_suggestions_views_view_alter(array &$suggestions, array $variables) {
|
||||
// $elem = $variables;
|
||||
// //$suggestions[] = 'views_view__headerView';
|
||||
// /*if($variables['elements']['#id'] == 'customsearchform'){
|
||||
// $suggestions[] = 'block__custom_search_form';
|
||||
// }*/
|
||||
// }
|
Reference in New Issue
Block a user