summaryrefslogtreecommitdiff
path: root/modules/photoannotation/views/photoannotation_cloud.html.php
blob: 6f47b2722f5c1340698b9b5329d8b4a43a7844d0 (plain)
1
2
3
4
5
6
7
8
9
<?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>