Файл: Boomchat 7.1/rules/rules.php
Строк: 20
<?php
<div id="rules_box">
<!-- do not remove the <div id="rules_box"> tag over this section -->
<!-- this will change the title of the rules panel -->
<h3 class="sub_color">CHAT RULES AND AGREEMENTS</h3>
<!-- This will change the bolded text under the title -->
<h4>By submitting your registration to this demo you agree to the following rules</h4>
<ul>
<li>
<strong>Your rule here</strong>
<p>The description of the rule here.</p>
</li>
<li>
<strong>Your other rule right here</strong>
<p>Again you put your rule description right here.</p>
</li>
</ul>
<!-- do not remove the </div> tag under this section -->
</div>
?>