Sequenzia/app/views/help/source_code.php
2013-10-26 18:06:58 -05:00

12 lines
412 B
PHP
Executable File

<div class="help">
<h1>Help: Source Code</h1>
<div class="section">
<p>You can get the Danbooru source code using Subversion. Run <code>svn co svn://donmai.us/danbooru/trunk</code> for the latest copy.</p>
<p>All Danbooru code is released under a FreeBSD license.</p>
</div>
</div>
<?php $this->contentFor("subnavbar", function() { ?>
<li><?= $this->linkTo("Help", "#index") ?></li>
<?php }) ?>