<%= include('header', 'Create a ticket') %> <%= if ( $ticket_id ) { $OUT .= "Created ticket #$ticket_id"; } else { $OUT .= qq!
$error
Please fill in both the subject and message

Your e-mail address $requestor
Subject
Message
!; } %> <%= include('footer') %>