Sequenzia/app/views/tag/cloud.php

11 lines
277 B
PHP
Raw Normal View History

2013-10-27 01:06:58 +02:00
<?= $this->provide('title', $this->t('.title')) ?>
<div id="tag-list" style="margin-bottom: 1em;">
<?php if ($this->tags->none()) : ?>
<h4><?= $this->t('tag_cloud') ?></h4>
<?php endif ?>
<?= $this->cloud_view($this->tags) ?>
</div>
<?= $this->partial("footer") ?>