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

9 lines
506 B
PHP
Executable File

<div class="help">
<h1>Help: Getting Started</h1>
<p>If you are already familiar with Danbooru, you may want to consult the <a href="/help/cheatsheet">cheat sheet</a> for a quick overview of the site.</p>
<p>The core of Danbooru is represented by <a href="/help/posts">posts</a> and <a href="/help/tags">tags</a>. Posts are the content, and tags are how you find the posts.</p>
</div>
<?php $this->contentFor("subnavbar", function() { ?>
<li><?= $this->linkTo("Help", "#index") ?></li>
<?php }) ?>