Sequenzia/app/views/help/source_code.php

12 lines
412 B
PHP
Raw Normal View History

2013-10-27 01:06:58 +02:00
<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 }) ?>