Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Merge pull request weblab#11 from jmr06005/master
Changed header title split to have an else case
  • Loading branch information
jmr06005 committed May 18, 2017
2 parents 89a5a0a + 8f2280a commit 0f8cc46
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 0f8cc46

Please sign in to comment.