Sequenzia/app/views/tag/cloud.php
2013-10-26 18:06:58 -05:00

11 lines
277 B
PHP
Executable File

<?= $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") ?>