From a4af5a0112a9f08e2ed5feae5267de72ec7921b3 Mon Sep 17 00:00:00 2001 From: andrewmbacon Date: Tue, 24 Jun 2014 15:27:35 -0400 Subject: [PATCH] UConn Branding Styles --- header.php | 45 ++++++------ js/cs.js | 7 +- js/min/cs.min.js | 2 +- style.css | 167 ++++++++++++++++++++++++++++++++++------- style.scss | 188 ++++++++++++++++++++++++++++++++++++++++------- 5 files changed, 331 insertions(+), 78 deletions(-) diff --git a/header.php b/header.php index 33c5e80..fd58aae 100755 --- a/header.php +++ b/header.php @@ -6,13 +6,16 @@ * */ -$secondary = get_option( 'parentSiteTitle',''); -$secondarylink = get_option( 'parentSiteLink',''); +$secondary = get_option( 'parentSiteTitle',''); +$secondarylink = get_option( 'parentSiteLink',''); +$headingColor = get_theme_mod( 'headingColor'); +$parentColor = get_theme_mod( 'parentColor'); + //$nav1 = get_theme_mod( 'navoption1','textnav'); //$nav2 = get_theme_mod( 'navoption2','with-drop'); ?> - + > @@ -25,6 +28,7 @@ > +