Archive for August 18th, 2008

Permanent Highlight

Monday, August 18th, 2008

Included permanent highlighting in Moodle theme. In header, if user selects a main link, link stays colored (=yellow). Adapted header.html to catch the PHP_SELF and QUERY_STRING $_SERVER vars to check which script is executing on this page. Then assign 'selected' to a variable used as a html tag class. Included the ...