From dddc51dfd3ea9bc042d2c2b7d366aa222ac4e9a5 Mon Sep 17 00:00:00 2001
From: Eric Bremner <ebremner@uwaterloo.ca>
Date: Tue, 30 Nov 2021 20:19:49 +0000
Subject: [PATCH] ISTWCMS-5204: fixing merge conflict

---
 uw_cfg_common.module | 12 +-----------
 1 file changed, 1 insertion(+), 11 deletions(-)

diff --git a/uw_cfg_common.module b/uw_cfg_common.module
index 90ba079b..aecdbdd4 100644
--- a/uw_cfg_common.module
+++ b/uw_cfg_common.module
@@ -1,4 +1,4 @@
-<?php
+?php
 
 /**
  * @file
@@ -733,15 +733,6 @@ function uw_cfg_common_preprocess_responsive_image(&$variables) {
   // Explode the current path so we can check where we are.
   $current_path_parts = explode('/', $current_path);
 
-<<<<<<< HEAD
-  // If the current path has a node, we need to alter
-  // the image styles.
-  if ($current_path_parts[1] == 'node') {
-
-    // Get the media library parameters, we will use this
-    // if we are on a media library page/modal.
-    $media_lib_parameters = \Drupal::request()->query->get('media_library_opener_parameters');
-=======
   // Get the media library parameters, we will use this
   // if we are on a media library page/modal.
   $media_lib_parameters = \Drupal::request()->query->get('media_library_opener_parameters');
@@ -752,7 +743,6 @@ function uw_cfg_common_preprocess_responsive_image(&$variables) {
     $current_path_parts[1] == 'node' ||
     $media_lib_parameters
   ) {
->>>>>>> origin/feature/ISTWCMS-5206/ebremner-contacts-listing-page-image-theming
 
     // If we are on a contact image, remove all styles
     // but those for portraits.
-- 
GitLab