%PDF- %PDF-
| Direktori : /home/vacivi36/intranet.vacivitta.com.br/protected/humhub/modules/content/widgets/views/ |
| Current File : /home/vacivi36/intranet.vacivitta.com.br/protected/humhub/modules/content/widgets/views/labels.php |
<?php
use humhub\modules\post\models\Post;
use humhub\widgets\Label;
/**
* This view shows common labels for wall entries.
* Its used by WallEntryLabelWidget.
*
* @var \humhub\modules\content\components\ContentActiveRecord $object the content object (e.g. Post)
*
* @since 0.5
*/
?>
<span class="wallentry-labels">
<?php foreach ($object->getLabels() as $label) : ?>
<?= $label ?>
<?php endforeach; ?>
<span>