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

11 lines
286 B
PHP
Executable File

<div class="help">
<h1>Help: Comments</h1>
<div class="section">
<p>All comments are formatted using <?= $this->linkTo("DText", "#dtext") ?>.</p>
</div>
</div>
<?php $this->contentFor("subnavbar", function() { ?>
<li><?= $this->linkTo("Help", "#index") ?></li>
<?php }) ?>