mirror of
https://github.com/znc/znc.git
synced 2026-03-28 17:42:41 +01:00
19 lines
518 B
Cheetah
19 lines
518 B
Cheetah
<? I18N znc ?>
|
|
<? INC Header.tmpl ?>
|
|
|
|
<div class="textsection">
|
|
|
|
<p><? FORMAT "Welcome to ZNC's web interface!" ?></p>
|
|
|
|
<?IF LoggedIn ?>
|
|
<?IF !GlobalModLoop ?>
|
|
<?IF !UserModLoop ?>
|
|
<p><? FORMAT "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 ?>
|