git-svn-id: http://78.47.251.156/svn/dev/sterntours-3@3291 f459cee4-fb09-11de-96c3-f9c5f16c3c76

This commit is contained in:
uli 2017-02-14 13:15:28 +00:00
parent c1adfdb967
commit d87bb5dc3c
2 changed files with 2 additions and 2 deletions

View file

@ -114,7 +114,7 @@ class BookingController extends Controller
$this->get('mailer')->send(\Swift_Message::newInstance()
->setSubject('BUCHUNG: '. $travelProgram->getTitle() .'('. $travelDate->getName() .')')
->setFrom('stern@stern-tours.de', 'STERN TOURS')
->setTo('sternt@stern-tours.de')
->setTo('stern@stern-tours.de')
->setBody(
$this->renderView('default/email/bookingServiceEmail.txt.twig', [
'base_dir' => realpath($this->getParameter('kernel.root_dir').'/..').DIRECTORY_SEPARATOR,

View file

@ -790,7 +790,7 @@ a,
z-index: 10;
left: 0;
top: 140px;
background-color: #1a457c;
background-color: #648859;
color: #fff;
padding: 4px 6px 4px 12px;
font-weight: bold;