|
|
|
|
@@ -113,7 +113,7 @@ if ( \S::get( 'action' ) == 'send-contact' and \S::get( 'token' ) == \S::get_ses
|
|
|
|
|
{
|
|
|
|
|
// send copy to k.zarzyczny@vidok.com
|
|
|
|
|
\S::send_email( 'k.zarzyczny@vidok.com', 'Wiadomość ze strony vidok.com', $text, \S::get('email'), $files_to_send );
|
|
|
|
|
\S::send_email( 'arkuszevidok@vidok.com', 'Wiadomość ze strony vidok.com', $text, \S::get('email'), $files_to_send );
|
|
|
|
|
\S::send_email( 'arkuszevidok@gmail.com', 'Wiadomość ze strony vidok.com', $text, \S::get('email'), $files_to_send );
|
|
|
|
|
\S::alert( \S::lang( 'wiadomosc-zostala-wyslana' ) );
|
|
|
|
|
}
|
|
|
|
|
else
|
|
|
|
|
@@ -210,7 +210,7 @@ if ( \S::get('action') == 'send-contact-modal' and \S::get( 'token' ) == \S::get
|
|
|
|
|
{
|
|
|
|
|
// send copy to k.zarzyczny@vidok.com
|
|
|
|
|
\S::send_email( 'k.zarzyczny@vidok.com', 'Wiadomość ze strony vidok.com', $text, \S::get('email'), $files_to_send );
|
|
|
|
|
\S::send_email( 'arkuszevidok@vidok.com', 'Wiadomość ze strony vidok.com', $text, \S::get('email'), $files_to_send );
|
|
|
|
|
\S::send_email( 'arkuszevidok@gmail.com', 'Wiadomość ze strony vidok.com', $text, \S::get('email'), $files_to_send );
|
|
|
|
|
\S::alert( \S::lang('wiadomosc-zostala-wyslana' ) );
|
|
|
|
|
header('Location: ' . $_SERVER['REQUEST_URI'] . '?modal_form_sent=1');
|
|
|
|
|
}
|
|
|
|
|
@@ -352,7 +352,7 @@ if ( \S::get('action') == 'send-contact-landing' and \S::get( 'token' ) == \S::g
|
|
|
|
|
{
|
|
|
|
|
// send copy to k.zarzyczny@vidok.com
|
|
|
|
|
\S::send_email( 'k.zarzyczny@vidok.com', 'Wiadomość ze strony vidok.com', $text, \S::get('email'), $files_to_send );
|
|
|
|
|
\S::send_email( 'arkuszevidok@vidok.com', 'Wiadomość ze strony vidok.com', $text, \S::get('email'), $files_to_send );
|
|
|
|
|
\S::send_email( 'arkuszevidok@gmail.com', 'Wiadomość ze strony vidok.com', $text, \S::get('email'), $files_to_send );
|
|
|
|
|
\S::alert( \S::lang('wiadomosc-zostala-wyslana' ) );
|
|
|
|
|
}
|
|
|
|
|
else{
|
|
|
|
|
@@ -447,7 +447,7 @@ if ( \S::get('action') == 'send-contact-form-new' and \S::get( 'token' ) == \S::
|
|
|
|
|
{
|
|
|
|
|
// send copy to k.zarzyczny@vidok.com
|
|
|
|
|
\S::send_email( 'k.zarzyczny@vidok.com', 'Wiadomość ze strony vidok.com', $text, \S::get('email'), $files_to_send );
|
|
|
|
|
\S::send_email( 'arkuszevidok@vidok.com', 'Wiadomość ze strony vidok.com', $text, \S::get('email'), $files_to_send );
|
|
|
|
|
\S::send_email( 'arkuszevidok@gmail.com', 'Wiadomość ze strony vidok.com', $text, \S::get('email'), $files_to_send );
|
|
|
|
|
\S::alert( \S::lang('wiadomosc-zostala-wyslana' ) );
|
|
|
|
|
header('Location: ' . $_SERVER['REQUEST_URI'] . '?form_sent=1');
|
|
|
|
|
exit;
|
|
|
|
|
@@ -515,7 +515,7 @@ if ( \S::get('action') == 'send-partner-form-new' and \S::get( 'token' ) == \S::
|
|
|
|
|
{
|
|
|
|
|
// send copy to k.zarzyczny@vidok.com
|
|
|
|
|
\S::send_email( 'k.zarzyczny@vidok.com', 'Wiadomość ze strony vidok.com', $text, \S::get('email'), $files_to_send );
|
|
|
|
|
\S::send_email( 'arkuszevidok@vidok.com', 'Wiadomość ze strony vidok.com', $text, \S::get('email'), $files_to_send );
|
|
|
|
|
\S::send_email( 'arkuszevidok@gmail.com', 'Wiadomość ze strony vidok.com', $text, \S::get('email'), $files_to_send );
|
|
|
|
|
\S::alert( \S::lang('wiadomosc-zostala-wyslana' ) );
|
|
|
|
|
header('Location: ' . $_SERVER['REQUEST_URI'] . '?form_sent=1');
|
|
|
|
|
exit;
|
|
|
|
|
|