Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
fix title variable
  • Loading branch information
act12007 committed Mar 3, 2016
1 parent 96d351a commit bbdecac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion global_header_no_sidebar.php
Expand Up @@ -76,7 +76,7 @@ function createDropdown(&$group) { // pass by reference
<head>
<link rel="shortcut icon" href="<?php echo $Path; ?>images/favicon.ico">
<meta charset="utf-8">
<title><?php echo $Title . " › Office of Student Financial Aid Services › UCONN"; ?></title>
<title><?php echo $title . " › Office of Student Financial Aid Services › UCONN"; ?></title>
<meta content="width=device-width, initial-scale=1.0" name="viewport">

<?php
Expand Down

0 comments on commit bbdecac

Please sign in to comment.