$classificationBannerStyle = "confidentialPrintBanner";
        } else {
            if ($active_project->classification == 'S') {
                $classificationBannerStyle = "secretPrintBanner";
            } else {
                if ($active_project->classification == 'TS') {
                    $classificationBannerStyle = "topSecretPrintBanner";
                }
            }
        }
    }
    echo "<div class=\"" . $classificationBannerStyle . " projectClassificationPrintBanner\">";
    ?>

<p>Overall Project Classification: <b><?php 
    echo Project::classificationText($active_project->classification);
    ?>
</b></p>

</div>

<?php 
}
?>

<p>Powered by <a href="http://competinghypotheses.org">The Open Source ACH Project</a> | <a href="http://competinghypotheses.org/reportABug">Report a bug</a> | <a href="/help/about.php">About this instance</a></p>

<!-- UNCOMMENT THE REMAINDER OF THE FILE IF YOU WANT LOADING TIMES AND STATS TO APPEAR AT THE BOTTOM OF THE PAGE
<?php 
/*