;CT.SETTINGS =
{
    /**********************
    *   Language Srings   *
    **********************/
    LANG:
    {
        sendFriendSuccess: 'Thank you, your email has been sent.',
        sendFriendFailure: 'Sorry, your email was unable to be sent at this time. Please try again later.'
    },


   /**************************
    *   Settings for Mailer   *
    **************************/
    MAILER:
    {
        baseUrl: '/mailer?',
        EMAIL_CC: '',
        EMAIL_BCC: '',
        EMAIL_SUBJECT: 'Send to a Friend',
        EMAIL_SUCCESS_URL: '/',
        EMAIL_FAIL_URL: '/',
        EMAIL_TEMPLATE: 'campustravel.com.au/global/email-template/send-to-friend'
    }
};
