diff --git a/ground/views/point.php b/ground/views/point.php
index c25a354..eff09db 100644
--- a/ground/views/point.php
+++ b/ground/views/point.php
@@ -6,8 +6,8 @@
Координаты:
- = $point->lat > 0 ? 'N' : 'S' ?>= number_format(abs($point->lat),5,'.','') ?>°
- = $point->lng > 0 ? 'E' : 'W' ?>= number_format(abs($point->lng),5,'.','') ?>°
+ = $point->lat > 0 ? 'N' : 'S' ?>= number_format(abs($point->lat), 5, '.', '') ?>°
+ = $point->lng > 0 ? 'E' : 'W' ?>= number_format(abs($point->lng), 5, '.', '') ?>°
/
@@ -19,54 +19,43 @@
- 4)
- {
- for ($index = 0; $index < 4; $index++)
- {
- print $text[$index];
+ 4) {
+ for ($index = 0; $index < 4; $index++) {
+ print $text[$index];
+ }
+ } else {
+ print $point->descriptionHtml;
}
- } else
- {
- print $point->descriptionHtml;
- }
- ?>
+ ?>
- img): ?>
-
-
-
- |
-
-
- img): ?>
- 
-
-
-
- 
-
-
-
-
-
-
- |
- |
-
-
-
-
+ img): ?>
+
+
+
+ img): ?>
+

+
+
+
+

+
+
+
+
+
+
+
+
+
- 3)
- {
- for ($index = $index; $index < count($text); $index++)
- {
- print $text[$index] . ' ';
+ 3) {
+ for ($index = $index; $index < count($text); $index++) {
+ print $text[$index] . ' ';
+ }
}
- }
- ?>
+ ?>
@@ -77,7 +66,7 @@
[ = $countInFavs ?> - в закладках ]
[ = $countLikes ?> - нравится ]
- [ = $point->authorUser->nick ?> - = $point->authorUser->getPointsCount() ?> ]
+ [ = $point->authorUser->nick ?> - = $point->authorUser->getPointsCount() ?> ]
isAdmin == 1): ?>
[ источник: = $point->source ?> ]