ADD логироание показываемых аэропортов и городов
This commit is contained in:
parent
a4c327d8e2
commit
50d3678f6a
|
|
@ -1,5 +1,17 @@
|
||||||
<?php
|
<?php
|
||||||
$index = 0;
|
$index = 0;
|
||||||
|
|
||||||
|
if ($pointsAirport && $usersAirport && $pointsAirport->id != $usersAirport->id){
|
||||||
|
App::log('airportsAndHotels', array(
|
||||||
|
$usersAirport->iata,
|
||||||
|
$pointsAirport->iata,
|
||||||
|
App::$userGeo,
|
||||||
|
App::$userIp,
|
||||||
|
$point->id,
|
||||||
|
$point->name,
|
||||||
|
$pointsAirport->countryRu,
|
||||||
|
));
|
||||||
|
}
|
||||||
?>
|
?>
|
||||||
<div id="pageSmoothBackground" style="background-image: url(<?= $point->getImg('middle') ?>);"></div>
|
<div id="pageSmoothBackground" style="background-image: url(<?= $point->getImg('middle') ?>);"></div>
|
||||||
<div class="container" style="background-color: rgba(255,255,255, 0.8);margin-top: -10px;padding-bottom: 30px;">
|
<div class="container" style="background-color: rgba(255,255,255, 0.8);margin-top: -10px;padding-bottom: 30px;">
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue