mirror of
https://github.com/znc/znc.git
synced 2026-06-20 01:54:49 +02:00
cea6ad3469
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
19 lines
457 B
Cheetah
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 ?>
|