Файл: wboard/source/system/view/online_item.php
Строк: 24
<!-- Online: data of visitor -->
<div class="<?= $is_online ? 'highlight_item' : 'item' ?>">
<strong><?= $this->lng->ip ?>:</strong> <?= $ip ?><br />
<strong><?= $this->lng->ip_via_proxy ?>:</strong> <?= $ip_via_proxy ?><br />
<strong><?= $this->lng->user_agent ?>:</strong> <?= $user_agent ?><br />
<strong><?= $this->lng->last_visit ?>:</strong> <?= $time ?>
<?=( !empty($referer['link'])
? '<br /><strong>' . $this->lng->come_from . ':</strong> <a href="' . $referer['link'] . '">' . $referer['title'] . '</a>'
: '' )?>
</div>