Gazelle/sections/rules/chat.php

29 lines
739 B
PHP
Raw Normal View History

2011-03-28 14:21:28 +00:00
<?
//Include the header
2012-10-11 08:00:15 +00:00
View::show_header('Chat Rules');
2011-03-28 14:21:28 +00:00
?>
<!-- Forum Rules -->
<div class="thin">
2013-05-25 08:01:03 +00:00
<div class="box pad" style="padding: 10px 10px 10px 20px;">
2013-02-20 08:00:33 +00:00
<p>Anything not allowed on the forums is also not allowed on IRC and vice versa. They are separated for convenience only.</p>
2011-03-28 14:21:28 +00:00
</div>
<br />
<h3 id="forums">Forum Rules</h3>
2013-05-25 08:01:03 +00:00
<div class="box pad rule_summary" style="padding: 10px 10px 10px 20px;">
2013-09-20 08:00:56 +00:00
<? Rules::display_forum_rules() ?>
2011-03-28 14:21:28 +00:00
</div>
</div>
<!-- END Forum Rules -->
<!-- IRC Rules -->
<div class="thin">
<h3 id="irc">IRC Rules</h3>
2013-05-25 08:01:03 +00:00
<div class="box pad rule_summary" style="padding: 10px 10px 10px 20px;">
2013-05-26 08:00:59 +00:00
<? Rules::display_irc_chat_rules() ?>
2011-03-28 14:21:28 +00:00
</div>
<? include('jump.php'); ?>
</div>
<?
2012-10-11 08:00:15 +00:00
View::show_footer();
2011-03-28 14:21:28 +00:00
?>