url, email fixes

1 parent 1ff9dc32
Pipeline #2596 for 3ea8fd55 skipped in 0 seconds
...@@ -650,7 +650,7 @@ ...@@ -650,7 +650,7 @@
myMap.geoObjects.add(myPlacemark); myMap.geoObjects.add(myPlacemark);
} }
site_url = 'http://landing.app/'; site_url = 'https://www.ashmanov.com/company/vacancy/cpc-manager';
title = document.title; title = document.title;
description = $('meta[name="description"]').attr('content');; description = $('meta[name="description"]').attr('content');;
logo = site_url + "img/logo.png"; logo = site_url + "img/logo.png";
......
...@@ -24,7 +24,7 @@ if (!in_array($extension, $whitelist)) { ...@@ -24,7 +24,7 @@ if (!in_array($extension, $whitelist)) {
} }
$user_email = $_POST['email']; $user_email = $_POST['email'];
$to = 'mind.it@ya.ru'; $to = 'hr@ashmanov.com';
$subject = "Отклик на вакансию Менеджера по Контексту"; $subject = "Отклик на вакансию Менеджера по Контексту";
$message = $_POST['message'] . '<br>'; $message = $_POST['message'] . '<br>';
$message .= $_POST['phone'] . '<br>'; $message .= $_POST['phone'] . '<br>';
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!