<?php if ($ank->position == 'adm')$position = $ank->id == 1 ? 'Создатель' : 'Сис. Администратор';
<?php if ($ank['id'] == 1) { echo "Создатель"; } ?>