DK2/templates/pages/profile/show.php

3 lines
128 B
PHP
Raw Normal View History

2024-10-16 22:55:47 -05:00
<h1><?= $char['name'] ?><?php if ($char['user_id'] == user('id')): ?><span class="badge">Owned</span><?php endif; ?></h1>
other