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

12 lines
367 B
PHP
Executable File

<div class="help">
<h1>Help: Accounts</h1>
<div class="section">
<p>There are three types of accounts: basic, privileged, and blocked.</p>
<p>See the <?= $this->linkTo("signup", "user#signup") ?> page for more details.</p>
</div>
</div>
<?php $this->contentFor("subnavbar", function() { ?>
<li><?= $this->linkTo("Help", "#index") ?></li>
<?php }) ?>