Files
znc/webskins/_default_/tmpl/index.tmpl
2016-02-24 21:31:38 +00:00

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 &lt;module&gt;</code>”). Once you have loaded some Web-enabled modules, the menu will expand." ?></p>
<? ENDIF ?>
<? ENDIF ?>
<? ENDIF ?>
</div>
<? INC Footer.tmpl ?>