Gazelle/sections/rules/rules.php

19 lines
377 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('Rule Index');
2011-03-28 14:21:28 +00:00
?>
<!-- General Rules -->
<div class="thin">
2012-08-19 08:00:19 +00:00
<div class="header">
<h3 id="general">Golden Rules</h3>
</div>
2013-05-25 08:01:03 +00:00
<div class="box pad rule_summary" style="padding: 10px 10px 10px 20px;">
2013-06-17 08:01:02 +00:00
<? Rules::display_golden_rules(); ?>
2011-03-28 14:21:28 +00:00
</div>
<!-- END General Rules -->
<? include('jump.php'); ?>
</div>
<?
2012-10-11 08:00:15 +00:00
View::show_footer();
2011-03-28 14:21:28 +00:00
?>