1
0
This repository has been archived on 2021-04-26. You can view files and clone it, but cannot push or open issues or pull requests.
gallery3-contrib/3.0/modules/photo_annotation/views/photoannotation_cloud.html.php

10 lines
327 B
PHP

<?php defined("SYSPATH") or die("No direct script access.") ?>
<ul>
<? foreach ($users as $user): ?>
<li class="size<?=(int)(($user->size / $max_count) * 7) ?>">
<span><?= $user->size ?> photos are tagged with </span>
<a href="<?= $user->url ?>"><?= html::clean($user->name) ?></a>
</li>
<? endforeach ?>
</ul>