make item name bold
This commit is contained in:
@@ -12,7 +12,7 @@ class InventoryItem extends Item
|
||||
$this->artefact = $row['artefact'];
|
||||
|
||||
if ($this->artefact) $this->name = <<<NAME
|
||||
<span style='color: darkorange;'>{$this->name}</span><img src="//{$_SERVER['SERVER_NAME']}/i/artefact1.gif">
|
||||
<b style='color: darkorange;'>{$this->name}</b><img src="//{$_SERVER['SERVER_NAME']}/i/artefact1.gif">
|
||||
NAME;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user