Add a forums link to our navbar

This commit is contained in:
James Vega 2003-12-04 01:58:24 +00:00
parent fa1c70b137
commit 69ce95d500

View File

@ -94,6 +94,9 @@ def genNavbar(path, cActive=True):
</a> </a>
</li> </li>
%s %s
<li>
<a href="http://forums.supybot.org"/>Forums</a>
</li>
</ul> </ul>
<p style="clear:both; margin:0; padding:0;"></p> <p style="clear:both; margin:0; padding:0;"></p>
</div> </div>