Sequenzia/app/views/help/comments.php

11 lines
286 B
PHP
Raw Normal View History

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