getByPK((int) App::getParam('user'));
if ($user->id == 0) {
App::redirect('/page/points/');
}
}
$oldIndex = $pagesCount+1;
?>
Списки точек по категориям
Точки на модерации
#= $point['id'] ?>
= $point['name'] ?>
= $point['author'] ?>
Выбор типа точки
id'>";
print "

";
print "";
}
?>
Все типы
name . '"';
}
if (isset($user) && $user && $user->id) {
$header = 'Список точек пользователя
"' . $user->nick . '"';
}
?>
= $header ?>
= self::renderPartial('randomPoint.php', array('randomPoint'=>$randomPoint), true)?>