Автор точки
= $point->authorUser->nick ?>
= $point->authorUser->getPointsCount() ?> - создано точек
= $randomPoint->name ?>
 ?>)
= mb_substr($randomPoint->description, 0, 120, 'UTF-8') ?>...
далее »
= $point->name ?>
Координаты:
= $point->lat > 0 ? 'N' : 'S' ?>= $point->lat > 0 ? $point->lat : (-1 * $point->lat) ?>°
= $point->lng > 0 ? 'E' : 'W' ?>= $point->lng > 0 ? $point->lng : (-1 * $point->lng) ?>°
/
= $point->lat > 0 ? 'N' : 'S' ?>= Coord::dergeeToMinute($point->lat) ?>
= $point->lng > 0 ? 'E' : 'W' ?>= Coord::dergeeToMinute($point->lng) ?>
/
На карте
descriptionHtml, $items);
$text = $items[0];
if (count($text) > 4)
{
for ($index = 0; $index < 4; $index++)
{
print $text[$index];
}
} else
{
print $point->descriptionHtml;
}
?>
img): ?>
|
img): ?>
|
|
3)
{
for ($index = $index; $index < count($text); $index++)
{
print $text[$index] . ' ';
}
}
?>
[ = $countInFavs ?> - в закладках ]
[ = $countLikes ?> - нравится ]