mirror of
https://github.com/znc/znc.git
synced 2026-05-06 13:32:36 +02:00
webadmin: Enable embedding network modules and to network pages.
This commit is contained in:
@@ -190,6 +190,15 @@
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<? LOOP EmbeddedModuleLoop ?>
|
||||
<? IF Embed ?>
|
||||
<div class="section">
|
||||
<h3>Module <? VAR ModName ?></h3>
|
||||
<? INC *Embed ?>
|
||||
</div>
|
||||
<? ENDIF ?>
|
||||
<? ENDLOOP ?>
|
||||
|
||||
<div class="submitline">
|
||||
<input type="submit" value="<? IF Edit ?>Save<? ELSE ?>Add Network<? ENDIF ?>" />
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user