<?php $system->error('This feature has been disabled in demo mode') if $system->config('demo');$user->mail('subject' => $system->param('subject'),'message' => $system->param('message'));$system->redirect; ?>