Махнули чужие зодиаки на опенсорс.

This commit is contained in:
Igor Barkov [iwork]
2018-12-13 20:07:03 +02:00
parent 6ffa2c4eae
commit 8be98a2c3b
26 changed files with 3 additions and 4 deletions

View File

@@ -44,8 +44,7 @@ if (empty($user['id'])): ?>
?>
</td>
<td style="vertical-align: top; width: 100px; text-align: center;">
<img src="i/<?= star_sign(substr($user['borndate'], 3, 2), substr($user['borndate'], 0, 2)); ?>.gif"
width="100"/>
<img src="i/sh/zodiac/<?= star_sign(substr($user['borndate'], 3, 2), substr($user['borndate'], 0, 2)); ?>.png">
</td>
</tr>
</table>