Files
breadcrumb-the-shire/pages/admin/users/view-fragment(none).phtml

7 lines
159 B
PHTML
Raw Normal View History

2026-04-22 15:49:10 +02:00
<?php
if (!isset($user) || !is_array($user)) {
return;
}
$profileKey = 'admin-users-profile';
require templatePath('partials/app-admin-user-profile.phtml');