Error message when I try to hide topic from students

Re: Error message when I try to hide topic from students

by Martin Dougiamas -
Number of replies: 0
Picture of Core developers Picture of Documentation writers Picture of Moodle HQ Picture of Particularly helpful Moodlers Picture of Plugin developers Picture of Testers
In your custom theme, check config.php and make sure it has lines like this:

$THEME->hidden       = "#AAAAAA";  // To color things that are hidden
$THEME->autolink     = "#DDDDDD";  // To color auto-generated links (eg glossary)

See theme/standard/config.php for an example.