Remove useless help page on webskins

Didn't do anything and certainly wasn't helpful at all.


git-svn-id: https://znc.svn.sourceforge.net/svnroot/znc/trunk@2002 726aef4b-f618-498e-8847-2d620e286838
This commit is contained in:
psychon
2010-05-21 16:30:54 +00:00
parent 4c3900f7a1
commit 01453c533b
2 changed files with 0 additions and 10 deletions

View File

@@ -1,7 +1,6 @@
<div id="menu">
<ul class="nav">
<li class="topitem<? IF !ModName && PageName == "index" ?> active<? ENDIF ?>"><a href="/">Home</a></li>
<li class="topitem<? IF !ModName && PageName == "help" ?> active<? ENDIF ?>"><a href="/help">Help</a></li>
<? IF GlobalModLoop ?>
<li class="topitem parent"><span class="title">Global Modules</span>

View File

@@ -1,9 +0,0 @@
<? INC Header.tmpl ?>
<div class="textsection">
This is the help section. A quick tutorial with links to the <a href="http://znc.in/">wiki</a> should go here before we release.
</div>
<? INC Footer.tmpl ?>