From bbdecac95d9555f679e02ad9412b42f5081bc264 Mon Sep 17 00:00:00 2001 From: Adam C Toris Date: Thu, 3 Mar 2016 08:58:38 -0500 Subject: [PATCH] fix title variable --- global_header_no_sidebar.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/global_header_no_sidebar.php b/global_header_no_sidebar.php index d1bd5b8..626272d 100644 --- a/global_header_no_sidebar.php +++ b/global_header_no_sidebar.php @@ -76,7 +76,7 @@ function createDropdown(&$group) { // pass by reference - <?php echo $Title . " › Office of Student Financial Aid Services › UCONN"; ?> + <?php echo $title . " › Office of Student Financial Aid Services › UCONN"; ?>