%PDF- %PDF-
Direktori : /home/vacivi36/intranet.vacivitta.com.br/protected/humhub/modules/space/widgets/views/ |
Current File : /home/vacivi36/intranet.vacivitta.com.br/protected/humhub/modules/space/widgets/views/spaceWall.php |
<?php use humhub\modules\space\widgets\Image; use yii\helpers\Html; ?> <div class="panel panel-default"> <div class="panel-body"> <div class="media"> <a href="<?= $space->getUrl(); ?>" class="pull-left"> <!-- Show space image --> <?= Image::widget([ 'space' => $space, 'width' => 40 ]); ?> </a> <div class="media-body"> <!-- show username with link and creation time--> <h4 class="media-heading"><a href="<?= $space->getUrl(); ?>"><?= Html::encode($space->displayName); ?></a> </h4> <h5><?= Html::encode($space->description); ?></h5> </div> </div> </div> </div>