diff --git a/functions.php b/functions.php
index 6ab7abd..ac84329 100644
--- a/functions.php
+++ b/functions.php
@@ -1128,7 +1128,8 @@ HTML;
if ($dress['includemagicdex'] && ($battle && $me)) {
$r .= showhrefmagic($dress);
} else {
- $r .= '" . ((!empty($dress['text'])) ? "
{$dress['text']}" : "") . '" />';
+ #$r .= '" . ((!empty($dress['text'])) ? "
{$dress['text']}" : "") . '" />';
+ $r .= item('i/sh/' . $dress['img']);
}
} else {
#$r .= '';
@@ -1137,10 +1138,6 @@ HTML;
$r .= '';
- #$ru_1 = show_rune(1, $user['id']);
- #$ru_2 = show_rune(2, $user['id']);
- #$ru_3 = show_rune(3, $user['id']);
- #$r .= '
' . $ru_1 . ' | ' . $ru_2 . ' | ' . $ru_3 . ' |