Skip to content
Snippets Groups Projects
Commit f67a728e authored by Eric Bremner's avatar Eric Bremner
Browse files

ISTWCMS-5500: coding standards

parent e62cc236
1 merge request!70Feature/istwcms 5500 adding rss feeds to listing pages
......@@ -66,9 +66,6 @@ function uw_fdsu_theme_resp_preprocess_html(&$variables) {
case 'view.uw_view_events.event_page':
case 'view.uw_view_news_items.news_page':
// Get the parameters from the URL.
$parameters = \Drupal::request()->query->all();
// Get the alternate link based on the route.
switch ($route_name) {
......@@ -143,7 +140,7 @@ function _uw_fdsu_theme_resp_get_alternate_link(
'href' => $url->toString(),
'title' => $title,
'type' => 'application/rss+xml',
]
],
];
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment