From e5cd27a3af55edd26b40ea731dbd650b721a21d1 Mon Sep 17 00:00:00 2001
From: John-Paul Robinson <jpr@uab.edu>
Date: Wed, 30 Nov 2011 16:20:08 -0600
Subject: [PATCH] Fixed typos in UAB CSS URL paths and added additional UAB
 stylesheets

Fixed path typos for the URLs I had for UAB stylesheets.  These typos were preventing
the CSS from being read and influencing the page layout properly.

Added additional style sheets from UAB to match those found on the /brand site.

http://www.uab.edu/brand/logos/official-colors
---
 skins/UabVector.php | 8 +++++---
 1 file changed, 5 insertions(+), 3 deletions(-)

diff --git a/skins/UabVector.php b/skins/UabVector.php
index 488df68..10528bf 100644
--- a/skins/UabVector.php
+++ b/skins/UabVector.php
@@ -43,9 +43,11 @@ class SkinUabVector extends SkinTemplate {
 		$out->addStyle( 'https://www.uab.edu/brand/styles/3.0/css/basic.css', 'screen', '', 'ltr' );
 		$out->addStyle( 'https://www.uab.edu/brand/styles/3.0/css/positional.css', 'screen', '', 'ltr' );
 		$out->addStyle( 'https://www.uab.edu/brand/styles/3.0/css/functional.css', 'screen', '', 'ltr' );
-		$out->addStyle( 'https://www.uab.edu/brand/styles/3.0/css/white_ct.css', 'screen', '', 'ltr' );
-		$out->addStyle( 'https://www.uab.edu/brand/styles/3.0/css/tan_sb.css', 'screen', '', 'ltr' );
-		$out->addStyle( 'https://www.uab.edu/brand/styles/3.0/css/image_none_bg.css', 'screen', '', 'ltr' );
+		$out->addStyle( 'https://www.uab.edu/brand/styles/3.0/css/ct/gray_ct.css', 'screen', '', 'ltr' );
+		$out->addStyle( 'https://www.uab.edu/brand/styles/3.0/css/sb/tan_sb.css', 'screen', '', 'ltr' );
+		$out->addStyle( 'https://www.uab.edu/brand/styles/3.0/css/sb/teal_sb.css', 'screen', '', 'ltr' );
+		$out->addStyle( 'https://www.uab.edu/brand/styles/3.0/css/bg/backsplash-green_bg.css', 'screen', '', 'ltr' );
+		$out->addStyle( 'https://www.uab.edu/brand/styles/3.0/css/fonts/opensans_font.css', 'screen', '', 'ltr' );
 
 
 		// Append CSS which includes IE only behavior fixes for hover support -
-- 
GitLab