mirror of
https://github.com/WhatCD/Gazelle.git
synced 2024-12-13 19:06:27 +00:00
19 lines
377 B
PHP
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();
|
|
?>
|