Forums
-
- Forum
- Posts
-
- Installation
- 28,540
- Troubleshooting
- 62,810
- Themes
- 10,444
- Plugins
- 15,391
- Requests & Feedback
- 14,992
- Showcase
- 3,258
-
I modified your code to the following and it worked:
<li<?php if ($current_forum_id=get_forum_id()) {echo ” class=’on'”;} ?>>
Thanks a lot CK, much appreciated.