[go: up one dir, main page]

Menu

[r2100]: / trunk / index.php  Maximize  Restore  History

Download this file

7 lines (5 with data), 101 Bytes

1
2
3
4
5
6
<?
require("common.php");
require("list.php");
print_template($screens, 'test.inc', 'home.inc');
?>