11 lines
403 B
PHP
11 lines
403 B
PHP
|
<div class="help">
|
||
|
<h1>Help: IRC</h1>
|
||
|
|
||
|
<div class="section">
|
||
|
<p>IRC is the best way to contact the creator. The official Danbooru IRC channel is at irc.synirc.net/miezaru-illuminati. Ask for rq. However Moe's IRC channel is located at irc.rizon.net/moe-imouto</p>
|
||
|
</div>
|
||
|
</div>
|
||
|
|
||
|
<?php $this->contentFor("subnavbar", function() { ?>
|
||
|
<li><?= $this->linkTo("Help", "#index") ?></li>
|
||
|
<?php }) ?>
|