mirror of
https://github.com/znc/znc.git
synced 2026-07-05 17:31:06 +02:00
14 lines
537 B
Cheetah
14 lines
537 B
Cheetah
<? I18N znc-stickychan ?>
|
|
<div class="sectionbg">
|
|
<div class="sectionbody">
|
|
<div class="subsection">
|
|
<input type="hidden" name="embed_stickychan_presented" value="1">
|
|
<div class="checkbox">
|
|
<input type="checkbox" name="embed_stickychan_sticky" id="opt_embed_stickychan_sticky" value="1"<? IF Sticky ?> checked="checked"<? ENDIF ?> />
|
|
<label for="opt_embed_stickychan_sticky"><? FORMAT "Channel is sticky" ?></label>
|
|
</div>
|
|
</div>
|
|
<div style="clear:both;"></div>
|
|
</div>
|
|
</div>
|