Home
last modified time | relevance | path

Searched defs:sent_notice (Results 1 – 1 of 1) sorted by last modified time

/plugin/onlineordering/
H A Dsend_form.php157 $sent_notice = str_replace('{email}', $form['email'], $this->getLang('sent_notice')); variable
158 $sent_notice = str_replace('{name}', $form['firstname'].' '.$form['lastname'], $sent_notice ); variable