blob: af2ea63e0246432d0a7069a3769c109277aa2c7f [file] [log] [blame]
<?php
$theme = "Lazarus";
require_once($_SERVER['DOCUMENT_ROOT'] . "/projects/common/project-info2.class.php");
$projectInfo = new ProjectInfo("technology.dash");
$projectInfo->generate_common_nav( $Nav );
$Nav->addCustomNav("New & Noteworthy", "/dash/doc/new.php", "_self", 1);
?>