Files
znc/webskins/_default_/tmpl/index.tmpl
T
cflakes cea6ad3469 WebMods: Added a message to the home/index page that
informs the user if no Web-enabled modules have been loaded.


git-svn-id: https://znc.svn.sourceforge.net/svnroot/znc/trunk@1915 726aef4b-f618-498e-8847-2d620e286838
2010-04-15 12:02:41 +00:00

19 lines
457 B
Cheetah

<? INC Header.tmpl ?>
<div class="textsection">
<p>Welcome to ZNC's web interface!</p>
<?IF LoggedIn ?>
<?IF !GlobalModLoop ?>
<?IF !UserModLoop ?>
<p>No Web-enabled modules have been loaded. Edit the config file (<code>znc.conf</code>), or load modules
from IRC (<code>/msg *status help</code>). Once you loaded some Web-enabled modules, the menu will expand.</p>
<? ENDIF ?>
<? ENDIF ?>
<? ENDIF ?>
</div>
<? INC Footer.tmpl ?>