Dodanie nowych adresów e-mail do formularzy oraz usunięcie nieaktualnych adresów w funkcji wysyłania wiadomości wtyczki specjalnych akcji
This commit is contained in:
@@ -88,7 +88,6 @@ if ( \S::get( 'action' ) == 'footer_contact_mail_send' and \S::get( 'token' ) ==
|
||||
|
||||
if ( \S::send_email( 'm.kawa@vidok.com', 'Wiadomość ze strony it.vidok.com', $text, \S::get( 'email' ) ) )
|
||||
{
|
||||
\S::send_email( 'vidokit@koalamarketing.pl', 'Wiadomość ze strony it.vidok.com', $text, \S::get( 'email' ) );
|
||||
\S::alert( \S::lang( 'wiadomosc-zostala-wyslana' ) );
|
||||
}
|
||||
else
|
||||
@@ -168,7 +167,6 @@ if (
|
||||
|
||||
if ( \S::send_email( 'm.kawa@vidok.com', 'Wiadomość ze strony it.vidok.com', $text, \S::get( 'email' ), $files_to_send ) )
|
||||
{
|
||||
\S::send_email( 'vidokit@koalamarketing.pl', 'Wiadomość ze strony it.vidok.com', $text, \S::get( 'email' ), $files_to_send );
|
||||
\S::alert( \S::lang( 'wiadomosc-zostala-wyslana' ) );
|
||||
}
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user