index.php 581 B

123456789101112131415161718192021
  1. <?php
  2. /* $Id: index.php 1626 2006-11-17 18:28:06Z b4rt $ */
  3. # just used because not every function is using the new templates system
  4. # this functions should be reworked really shortly
  5. # and then this file will be obsolete
  6. # now styles should use css files
  7. $cfg["main_bgcolor"] = "#829FB5";
  8. $cfg["table_data_bg"] = "#94ABC0";
  9. $cfg["table_border_dk"] = "#A2BED4";
  10. $cfg["table_header_bg"] = "#A2BED4";
  11. $cfg["table_admin_border"] = "#94ABC0";
  12. $cfg["body_data_bg"] = "#A2BED4";
  13. // Directory alternating colors for dir.php
  14. $cfg["bgLight"] = "#A2BED4";
  15. $cfg["bgDark"] = "#94ABC0";
  16. ?>