t('%site is currently under maintenance. We should be back shortly. Thank you for your patience.',array('%site'=>variable_get('site_name',t('This Drupal site'))))));
t('%site is currently under maintenance. We should be back shortly. Thank you for your patience.',array('%site'=>variable_get('site_name',t('This Drupal site')))))));
@@ -430,7 +430,7 @@ function contact_mail_page() {
if(count($categories)>0){
$form['#token']=$user->name.$user->mail;
$form['contact_information']=array('#value'=>variable_get('contact_form_information',t('You can leave us a message using the contact form below.')));
$form['contact_information']=array('#value'=>filter_xss_admin(variable_get('contact_form_information',t('You can leave us a message using the contact form below.'))));
@@ -430,7 +430,7 @@ function contact_mail_page() {
if(count($categories)>0){
$form['#token']=$user->name.$user->mail;
$form['contact_information']=array('#value'=>variable_get('contact_form_information',t('You can leave us a message using the contact form below.')));
$form['contact_information']=array('#value'=>filter_xss_admin(variable_get('contact_form_information',t('You can leave us a message using the contact form below.'))));