' . $tpl->compile('identities_add.html') ); exit; } require_once 'lib/partcp-php/identity.class.php'; $identities = array_unique( $user['settings']['identities'] ?? [] ); sort( $identities, SORT_NATURAL ); $idCount = count( $identities ); eval( '?'.'>' . $tpl->compile('identities.html') ); // end of file identities.php