From 9478d925d4c057140c3cb9b7ee6583293b3300ad Mon Sep 17 00:00:00 2001 From: brp14005 Date: Wed, 3 Feb 2016 12:52:30 -0500 Subject: [PATCH] Add bootstrap-datepicker-1.5.1 --- global_header_no_sidebar.php | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/global_header_no_sidebar.php b/global_header_no_sidebar.php index 110e0f4..cf40bcc 100644 --- a/global_header_no_sidebar.php +++ b/global_header_no_sidebar.php @@ -18,14 +18,17 @@ $bsJSPath = $Path . 'lib/bootstrap-3.3.6-dist/js/bootstrap.min.js'; $customJSPath = $Path . 'lib/js/custom.js'; $alertJSPath = 'https://alert.uconn.edu/alert/alert.js'; -$mainJS = array($modernJSPath, $JQPath, $bsJSPath, $customJSPath); +$datePickerJSPath = $Path . 'lib/bootstrap-datepicker-1.5.1-dist/js/bootstrap-datepicker.min.js'; +$mainJS = array($modernJSPath, $JQPath, $bsJSPath, $customJSPath, $datePickerJSPath); $resultJS = isset($JS) ? array_merge($mainJS, $JS) : $mainJS; + /* CSS External Libraries */ $bsCSSPath = $Path . 'lib/bootstrap-3.3.6-dist/css/bootstrap.min.css'; $styleCSSPath = $Path . 'lib/css/style.css'; $commonCSSPath = $Path . 'lib/css/common.css'; $ucPrintCSSPath = $Path . 'lib/css/uc-print.css'; // not sure why this is left out -$mainCS = array($bsCSSPath, $styleCSSPath, $commonCSSPath); +$datePickerCSSPath = $Path . 'lib/bootstrap-datepicker-1.5.1-dist/css/bootstrap-datepicker.min.css'; +$mainCS = array($bsCSSPath, $styleCSSPath, $commonCSSPath, $datePickerCSSPath); $resultCS = isset($CS) ? array_merge($mainCS, $CS) : $mainCS; /* Menu Items