summaryrefslogtreecommitdiffstats
path: root/apps/files_sharing/templates/settings-personal.php
blob: 84d8e8a1b13ab446add3a523fc5cb6f37e650b81 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
<?php
/** @var OC_L10N $l */
/** @var array $_ */
?>
<div id="fileSharingSettings" class="section">
	<h2><?php p($l->t('Federated Cloud'));?></h2>

	<p>
		<?php p($l->t('Your Federated Cloud ID: %s', [$_['cloudId']])); ?>
	</p>

</div>