ViewVC Help
View File | Revision Log | Show Annotations | Revision Graph | Root Listing
root/i-scream/projects/cms/source/reports/php/latest/latest_config.inc.php
Revision: 1.1
Committed: Thu Mar 8 21:22:38 2001 UTC (23 years, 2 months ago) by pjm2
Branch: MAIN
Log Message:
The config file for the latest reports.  Lets colours, locations, etc be
altered.

File Contents

# Content
1 <?php
2
3 # The report directory, and the number of days to display.
4 $latestDirectory = "/home/cut/pjm2/webpages/latest";
5
6 # Page appearance.
7 $lineColor = "#9999ff";
8
9 # Files to include
10 $titleHTML = "title.inc";
11 $bottomHTML = "bottom.inc";
12
13 # Submission details.
14 $formMethod = "GET";
15 $thisPage = "latest.php";
16
17 # Images
18 $barImage = "bar.gif";
19 $scaleImage = "scale.gif";
20 $max_width = 300;
21
22 ?>