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 >
2016-03-22 08:00:27 +00:00
< p > The Golden Rules encompass all of < ? echo SITE_NAME ; ?> and The What Network (IRC). These rules are paramount; non-compliance will jeopardize your account.</p>
2012-08-19 08:00:19 +00:00
</ 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
?>