5 lines
192 B
PHTML
5 lines
192 B
PHTML
<div id="article">
|
|
<?= $this->translate('This is the identity page for the Community-ID user identified with:') ?>
|
|
<h2 style="text-align:center"><?php echo $this->idUrl ?></h2>
|
|
</div>
|