Sequenzia/app/views/help/users.php

12 lines
367 B
PHP
Raw Normal View History

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