From: moodler Date: Sun, 19 Oct 2003 05:07:29 +0000 (+0000) Subject: More styles -- missed the target last time! X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=e8ff59d6cb8f5778f76e9df06c54074bd5e1cf93;p=moodle.git More styles -- missed the target last time! --- diff --git a/mod/glossary/lib.php b/mod/glossary/lib.php index b56756c3c5..07d3fa3afb 100644 --- a/mod/glossary/lib.php +++ b/mod/glossary/lib.php @@ -652,10 +652,12 @@ for ($row = 0; $row < $numrows; $row++) { } if ($tabproccessed == $currenttab) { $currentcolor = $currenttabcolor; + $currentstyle = 'generaltabselected'; } else { $currentcolor = $tabcolor; + $currentstyle = 'generaltab'; } - echo ""; + echo ""; if ($tabproccessed != $currenttab and $data[$tabproccessed]->link) { echo "link . "\">"; }