| 123456789101112131415161718192021 |
- <?php
- /* $Id: index.php 1626 2006-11-17 18:28:06Z b4rt $ */
- # just used because not every function is using the new templates system
- # this functions should be reworked really shortly
- # and then this file will be obsolete
- # now styles should use css files
- $cfg["main_bgcolor"] = "#FFFFFF";
- $cfg["table_data_bg"] = "#FFFFFF";
- $cfg["table_border_dk"] = "#FFFFFF";
- $cfg["table_header_bg"] = "#FFFFFF";
- $cfg["table_admin_border"] = "#FFFFFF";
- $cfg["body_data_bg"] = "#FFFFFF";
- // Directory alternating colors for dir.php
- $cfg["bgLight"] = "#FFFFFF";
- $cfg["bgDark"] = "#FFFFFF";
- ?>
|