Oppaitime's version of Gazelle
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

tag.php 397B

123456789101112131415161718
  1. <?
  2. //Include the header
  3. View::show_header('Tagging rules');
  4. ?>
  5. <!-- General Rules -->
  6. <div class="thin">
  7. <div class="header">
  8. <h3 id="general">Tagging rules</h3>
  9. </div>
  10. <div class="box pad rule_summary" style="padding: 10px 10px 10px 20px;">
  11. <? Rules::display_site_tag_rules(false) ?>
  12. </div>
  13. <!-- END General Rules -->
  14. <? include('jump.php'); ?>
  15. </div>
  16. <?
  17. View::show_footer();
  18. ?>