Deep Link hack
git-svn-id: http://78.47.251.156/svn/dev/sterntours-3@3383 f459cee4-fb09-11de-96c3-f9c5f16c3c76
This commit is contained in:
parent
44a32d9587
commit
b48c03f33e
1 changed files with 3 additions and 0 deletions
|
|
@ -149,6 +149,9 @@ class DefaultController extends Controller
|
|||
if ($data['wellness'] ?? false) $ttUrl .= '&wellness=0';
|
||||
if ($data['typ'] ?? false) $ttUrl .= '&typ=0';
|
||||
if (!empty($data['sportangebot'])) $ttUrl .= '&sportangebot='. $data['sportangebot'];
|
||||
}else{
|
||||
$ttUrl = 'http://www.vidado.com/booking/ibe_bp2/index.php?CID=8ce65750ce5af9d9a6b22c9b04772ea7&formular=4&engine=pauschal&showresult=1&'.$_SERVER['QUERY_STRING'];
|
||||
|
||||
}
|
||||
|
||||
return $this->render('default/pages/ttSearch.html.twig', [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue