// Preamble $pageName = "Documentation"; $focused = "none"; // Dock icon name to gets a border $currPage = "docs"; // Name of the page, for the menu require("parts/preamble.php"); // Load most of document ?> function doc_list ($title, $list, $type) { tableBoxHeader (featureBgColor, featureHeadColor); tableTitle ($title, 1, featureHeadColor); ?>
$program_list = array ( "nq-3dfx", "nq-ggi", "nq-glx", "nq-mgl", "nq-sdl", "nq-sdl32", "nq-sgl", "nq-svga", "nq-wgl", "nq-x11", "nq-server", "qw-client-3dfx", "qw-client-ggi", "qw-client-glx", "qw-client-mgl", "qw-client-sdl", "qw-client-sdl32", "qw-client-sgl", "qw-client-svga", "qw-client-wgl", "qw-client-x11", "qw-master", "qw-server" ); program_doc_list ("QuakeForge 0.5", $program_list, "quakeforge"); ?> |
$program_list = array ( "qf-client-3dfx", "qf-client-ggi", "qf-client-glx", "qf-client-mgl", "qf-client-sdl", "qf-client-sgl", "qf-client-svga", "qf-client-wgl", "qf-client-x11", "qf-server" ); program_doc_list ("QuakeForge 0.3", $program_list, ""); ?> |