mirror of
https://github.com/humhub/humhub.git
synced 2025-02-24 19:23:21 +01:00
Clean and format
This commit is contained in:
parent
7dc10b345b
commit
0644f49148
@ -1,11 +1,14 @@
|
||||
<?php
|
||||
|
||||
use humhub\widgets\PanelMenu;
|
||||
|
||||
humhub\modules\directory\assets\DirectoryAsset::register($this);
|
||||
?>
|
||||
|
||||
<div class="panel panel-default" id="user-statistics-panel">
|
||||
|
||||
<!-- Display panel menu widget -->
|
||||
<?= \humhub\widgets\PanelMenu::widget(['id' => 'user-statistics-panel']); ?>
|
||||
<?= PanelMenu::widget(['id' => 'user-statistics-panel']); ?>
|
||||
|
||||
<div class="panel-heading">
|
||||
<?= Yii::t('DirectoryModule.base', '<strong>Member</strong> stats'); ?>
|
||||
@ -38,9 +41,8 @@ humhub\modules\directory\assets\DirectoryAsset::register($this);
|
||||
<hr>
|
||||
|
||||
<div style="text-align: center;">
|
||||
<strong><?= Yii::t('DirectoryModule.base', 'Follows somebody'); ?>:</strong> <?php echo $statsUserFollow; ?>
|
||||
<strong><?= Yii::t('DirectoryModule.base', 'Follows somebody'); ?>:</strong> <?= $statsUserFollow; ?>
|
||||
</div>
|
||||
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
Loading…
x
Reference in New Issue
Block a user