Gazelle/sections/rules/rules.php
2013-06-17 08:01:02 +00:00

19 lines
377 B
PHP

<?
//Include the header
View::show_header('Rule Index');
?>
<!-- General Rules -->
<div class="thin">
<div class="header">
<h3 id="general">Golden Rules</h3>
</div>
<div class="box pad rule_summary" style="padding: 10px 10px 10px 20px;">
<? Rules::display_golden_rules(); ?>
</div>
<!-- END General Rules -->
<? include('jump.php'); ?>
</div>
<?
View::show_footer();
?>