File: index.php

package info (click to toggle)
torrentflux 2.4-3
  • links: PTS, VCS
  • area: main
  • in suites: lenny
  • size: 6,028 kB
  • ctags: 13,559
  • sloc: php: 36,501; python: 12,563; sh: 1,139; sql: 340; makefile: 44; xml: 22
file content (14 lines) | stat: -rwxr-xr-x 329 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<?php

$cfg["main_bgcolor"] = "#69583D";
$cfg["table_data_bg"] = "#FFF1BA";
$cfg["table_border_dk"] = "#724D33";
$cfg["table_header_bg"] = "#E9A876";
$cfg["table_admin_border"] = "#724D33";
$cfg["body_data_bg"] = "#BB753E";

// Directory alternating colors for dir.php
$cfg["bgLight"] = "#FFFFCF";
$cfg["bgDark"] = "#FFDEA7";

?>