include("../include/irm.inc");
AuthCheck("5");
commonHeader("IRM Setup - Templates Add Form");
if ($add == 1)
{
PRINT "
Template Added Successfuly
";
PRINT "
";
}
PRINT "Use this form to add a template.
Back to Templates
";
PRINT "";
PRINT "
";
PRINT "If you wish to add software to this template, you must do so by editing it.";
PRINT "
";
commonFooter();
?>