Skip to content
Snippets Groups Projects
Commit 7ed76ee0 authored by Eric Bremner's avatar Eric Bremner Committed by Kevin Paxman
Browse files

ISTWCMS-5880: coding standards

parent 9fee5b0b
No related branches found
No related tags found
1 merge request!85ISTWCMS-5880: adding logic for headers/title in contacts
...@@ -510,7 +510,7 @@ function uw_fdsu_theme_resp_preprocess_block(&$variables) { ...@@ -510,7 +510,7 @@ function uw_fdsu_theme_resp_preprocess_block(&$variables) {
// have to hide the title. // have to hide the title.
if ($node = \Drupal::routeMatch()->getParameter('node')) { if ($node = \Drupal::routeMatch()->getParameter('node')) {
// Get the media falgs // Get the media flags.
$media_flags = \Drupal::service('uw_cfg_common.uw_service')->uwGetMediaFlags($node); $media_flags = \Drupal::service('uw_cfg_common.uw_service')->uwGetMediaFlags($node);
// Set the show title flag. // Set the show title flag.
......
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