3 lines
128 B
PHP
3 lines
128 B
PHP
<h1><?= $char['name'] ?><?php if ($char['user_id'] == user('id')): ?><span class="badge">Owned</span><?php endif; ?></h1>
|
|
other
|