Quality Leather Costumes
Each piece that comes out of Hussar Armoury is unique, hand-made, and
created to precise specifications out of a variety of leathers and
accessories. We specialize in film, television and theatre, but also
have experience bringing historical reenactors' characters to life.
Based in Brisbane, Australia, no project is to large or too small.
The Details
While whole ensembles are nice, a single small project can
have just as much impact in the right circumstances. Hussar
Armoury prides itself on putting as much attention to detail
into our smallest projects as we do our biggest.
The Story
After a year of treating leatherworking as a hobby, Hussar Armoury
was founded by Karl Reifenstein in 2017. Karl sought to provide rustic
handcrafted props for the film and television market of Vancouver, Canada.
In 2019, Hussar Armoury relocated to Brisbane, Australia, where the vision
of the company continues on; encompassing the entertainment industry as well
as providing services for historical reenactors and live-action roleplayers.
Contact Request Submitted
Name
'.$name.'
Email
'.$email.'
Subject
'.$subject.'
Message
'.$message.'
';
// Set content-type header for sending HTML email
$headers = "MIME-Version: 1.0" . "\r\n";
$headers .= "Content-type:text/html;charset=UTF-8" . "\r\n";
// Additional headers
$headers .= 'From: '.$name.'<'.$email.'>'. "\r\n";
// Send email
if(mail($toEmail,$emailSubject,$htmlContent,$headers)){
$statusMsg = 'Your contact request has been submitted successfully !';
$msgClass = 'succdiv';
}else{
$statusMsg = 'Your contact request submission failed, please try again.';
$msgClass = 'errordiv';
}
}
}else{
$statusMsg = 'Please fill all the fields.';
$msgClass = 'errordiv';
}
}
?>