Commit b0bd21b77b2a2d314dcdd9b01d347513c015ce11
1 parent
c75b34bb
*** empty log message ***
git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@1774 c91229c3-7414-0410-bfa2-8a42b809f60b
Showing
6 changed files
with
4 additions
and
0 deletions
graphics/widgets/addcomment.gif
0 → 100644
298 Bytes
graphics/widgets/discussion.gif
0 → 100644
287 Bytes
graphics/widgets/new.gif
0 → 100644
239 Bytes
graphics/widgets/reply.gif
0 → 100644
216 Bytes
graphics/widgets/submit.gif
0 → 100644
228 Bytes
lib/visualpatterns/NavBar.inc
| ... | ... | @@ -76,6 +76,10 @@ class NavBar { |
| 76 | 76 | $this->mdocs = "$default->graphicsUrl/mdocs/over.gif"; |
| 77 | 77 | $this->nwColourBar = "$default->graphicsUrl/mdocs/def.gif"; |
| 78 | 78 | } |
| 79 | + if($section == "Discussion Threads" ) { | |
| 80 | + $this->mdocs = "$default->graphicsUrl/mdocs/over.gif"; | |
| 81 | + $this->nwColourBar = "$default->graphicsUrl/mdocs/def.gif"; | |
| 82 | + } | |
| 79 | 83 | |
| 80 | 84 | if($section == "Subscriptions") { |
| 81 | 85 | $this->subscriptions = "$default->graphicsUrl/subscriptions/over.gif"; | ... | ... |