Index: openacs-4/packages/theme-selva/tcl/selva-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/theme-selva/tcl/selva-procs.tcl,v diff -u -r1.4 -r1.5 --- openacs-4/packages/theme-selva/tcl/selva-procs.tcl 18 Sep 2005 11:44:51 -0000 1.4 +++ openacs-4/packages/theme-selva/tcl/selva-procs.tcl 28 Sep 2005 03:21:03 -0000 1.5 @@ -155,12 +155,12 @@ #} } - if {[regexp {dotlrn/clubs/*} [ad_conn url]]} { + if {[regexp {dotlrn/(clubs|classes)/*} [ad_conn url]]} { append navbar "\n
  • Admin
  • " } append navbar "" } -} \ No newline at end of file +}