Sequenzia/app/views/help/forum.php

12 lines
287 B
PHP
Raw Normal View History

2013-10-27 01:06:58 +02:00
<div class="help">
<h1>Help: Forum</h1>
<div class="section">
<p>All forum posts are formatted using <?= $this->linkTo("DText", "#dtext") ?>.</p>
</div>
</div>
<?php $this->contentFor("subnavbar", function() { ?>
<li><?= $this->linkTo("Help", "#index") ?></li>
<?php }) ?>