*/
'gs.federation' => 'internal',
-/**
- * show group membership on the personal page
- */
-'settings.personal.showGroupMembership' => true
-
);
$uid = $user->getUID();
$userData = $accountManager->getUser($user);
-$tmpl->assign('showGroupMembership', $config->getSystemValue('settings.personal.showGroupMembership', true));
$tmpl->assign('total_space', $totalSpace);
$tmpl->assign('usage_relative', $storageInfo['relative']);
$tmpl->assign('quota', $storageInfo['quota']);
<div class="clear"></div>
-<?php if ($_['showGroupMembership'] === true): ?>
<div id="groups" class="section">
<h2><?php p($l->t('Groups')); ?></h2>
<p><?php p($l->t('You are member of the following groups:')); ?></p>
<?php p(implode(', ', $_['groups'])); ?>
</p>
</div>
-<?php endif; ?>
<?php
if($_['passwordChangeSupported']) {