Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Changed header title split to have an else case
  • Loading branch information
jmr06005 committed May 18, 2017
1 parent 89a5a0a commit 8f2280a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion header.php
Expand Up @@ -59,7 +59,7 @@ if (/*@cc_on!@*/false) {
} elseif ($titlesplit == '6_6') {
$titlespan = '6';
$navspan = '6';
} elseif ($titlesplit == '12_12') {
} else {
$titlespan = '12';
$navspan = '12';
}
Expand Down

0 comments on commit 8f2280a

Please sign in to comment.