0
0
Fork 0
mirror of https://git.code.sf.net/p/quake/website synced 2025-03-02 15:22:13 +00:00
website/parts/library.php
2000-03-19 06:15:10 +00:00

13 lines
287 B
PHP

<?php
/* Helpful constants */
$tableHeadColor = '#737b9c';
$menuHeadColor = '#737b9c';
$menuBgColor = '#4b4f66';
if ( !$newstyle ) {
require( "lib/table.php" );
require( "lib/array.php" );
require( "lib/graph.php" );
require( "lib/network.php" );
}
?>