<?php
# Contact.tpl
define(F_CONTACT_STR1, 'Contact');
define(F_CONTACT_STR2, 'Your email address:');
define(F_CONTACT_STR3, 'Reason to contact us:');
define(F_CONTACT_STR4, 'Message:');
define(F_CONTACT_STR5, 'Alternatively, if I am online, you can get in touch through <a tabindex="-1" href="'.$_SESSION[misc][skype_link].'" target="_blank">Skype</a>, by clicking on this button: ');
define(F_CONTACT_STR6, 'Please send me a copy of this email');
define(F_CONTACT_LUID, 'I have lost my UserID =(');
define(F_CONTACT_LOPW, 'I Have lost my password =(');
?>