[go: up one dir, main page]

Menu

[r19]: / trunk / site / libs / list.php  Maximize  Restore  History

Download this file

20 lines (14 with data), 379 Bytes

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
<?
$screen['path'] = '/home.php';
$screen['content'] = 'home.inc';
$screen['title'] = 'Home';
$screens[1] = $screen;
$screen['path'] = '/overview.php';
$screen['content'] = 'overview.inc';
$screen['title'] = 'Overview';
$screens[2] = $screen;
$screen['path'] = '/download.php';
$screen['content'] = 'download.inc';
$screen['title'] = 'Download';
$screens[3] = $screen;
?>