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

16 lines
524 B
PHP
Executable File

<div class="help">
<h1>Help: Frequently Asked Questions</h1>
<div class="section">
<h4>How can I get a contributor account?</h4>
<p>A moderator or janitor has to invite you.</p>
<h4>How do I delete a tag?</h4>
<p>If you are asking how to delete a tag that has no posts associated with it, you don't have to. A nightly batch is run that cleans up any unused tag.</p>
</div>
</div>
<?php $this->contentFor("subnavbar", function() { ?>
<li><?= $this->linkTo("Help", "#index") ?></li>
<?php }) ?>