mirror of
https://github.com/znc/znc.git
synced 2026-06-22 11:04:59 +02:00
796a9d1dbf
git-svn-id: https://znc.svn.sourceforge.net/svnroot/znc/trunk@2186 726aef4b-f618-498e-8847-2d620e286838
19 lines
470 B
Cheetah
19 lines
470 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. Load modules from IRC ("<code>/msg *status help</code>" and
|
|
"<code>/msg *status loadmod <module></code>"). Once you have loaded some Web-enabled modules, the menu will expand.</p>
|
|
<? ENDIF ?>
|
|
<? ENDIF ?>
|
|
<? ENDIF ?>
|
|
|
|
</div>
|
|
|
|
<? INC Footer.tmpl ?>
|