From e3aa84673c1d11e90e39c0f1da7cdeed6e752f5c Mon Sep 17 00:00:00 2001 From: lopar Date: Tue, 11 Dec 2018 23:45:04 +0200 Subject: [PATCH] =?UTF-8?q?=D0=9E=D1=82=D0=BB=D0=B0=D0=B4=D0=BA=D0=B0=20sh?= =?UTF-8?q?owitem().?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- functions.php | 14 ++++++-------- 1 file changed, 6 insertions(+), 8 deletions(-) diff --git a/functions.php b/functions.php index 6997b95..11a7622 100644 --- a/functions.php +++ b/functions.php @@ -1712,20 +1712,18 @@ function showitem($row, $type, $returned = false, $infOnly = false) } } - $returnHTML .= ""; + $returnHTML .= ""; // Первая строчка $returnHTML .= $row['name']; $returnHTML .= $up; - if (!empty($row['nalign'])) $returnHTML .= " "; - $returnHTML .= "(Масса: {$row['massa']})"; + $returnHTML .= " (Масса: {$row['massa']})"; + if (!empty($row['nalign'])) $returnHTML .= " "; if (!empty($row['destinyinv'])) - $returnHTML .= "Этот предмет связан с вами общей судьбой. Вы не можете передать его кому-либо еще."; - if (!empty($row['destiny'])) - $returnHTML .= "Этот предмет связан с вами общей судьбой. Вы не можете передать его кому-либо еще."; - if (!empty($row['artefact'])) $returnHTML .= ""; + $returnHTML .= " "; + if (!empty($row['artefact'])) $returnHTML .= " "; if (!empty($row['present'])) - $returnHTML .= "Этот предмет вам подарил {$row["; + $returnHTML .= " Этот предмет вам подарил {$row["; // Конец первой строчки if ($row['type'] == 24 && $type != 11)