styling
This commit is contained in:
parent
6c2c04b962
commit
0714838bf9
4
shop.php
4
shop.php
@ -51,10 +51,10 @@ function show_shop_items($it, $from = 'shop')
|
||||
if (!empty($item['artefact']))
|
||||
$r .= " <img src=i/artefact{$item['artefact']}.gif class='tooltip' title='Артефакт!'>";
|
||||
|
||||
$r .= "<b>Цена: {$item['cost']} кр.</b>";
|
||||
$r .= "<br><b>Цена: {$item['cost']} кр.</b>";
|
||||
|
||||
if ($item['count']) {
|
||||
$r .= "<small>(количество: {$item['count']})</small>";
|
||||
$r .= "<br><small>(количество: {$item['count']})</small>";
|
||||
}
|
||||
|
||||
$r .= "<br />Долговечность: {$item['maxdur']}";
|
||||
|
Loading…
Reference in New Issue
Block a user