From 166d4cdf3a874dd97fcdedb5eb9a01fe57608483 Mon Sep 17 00:00:00 2001 From: Steve Sutton Date: Wed, 4 Jan 2017 11:21:02 -0500 Subject: [PATCH] update for url --- Toolkit/Page.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Toolkit/Page.php b/Toolkit/Page.php index f7cf0a0..67ac2b7 100755 --- a/Toolkit/Page.php +++ b/Toolkit/Page.php @@ -138,7 +138,7 @@ class Toolkit_Page $this->gaylordMichiganLogo = ( $_SERVER['HTTPS'] == 'on' ) - ? 'https://ws6.gaslightmedia.com/gaylordmichigan.net/assets/logo.png' + ? 'https://ws6.gaslightmedia.com/gaylordmichigan/assets/logo.png' : 'http://www.gaylordmichigan.net/assets/logo.png'; // determine the base url to use (for MEDIA_APP_BASE_URL) -- 2.17.1