<?php

/**
 *
 * This file is part of the sfFilebasePlugin package.
 *
 * For the full copyright and license information, please view the LICENSE
 * file that was distributed with this source code.
 *
 * @package   de.optimusprime.sfFilebasePlugin.adminArea
 * @author    Johannes Heinen <*****@*****.**>
 * @license   MIT license
 * @copyright 2007-2009 Johannes Heinen <*****@*****.**>
 */
use_stylesheet('/sfFilebasePlugin/css/cloud.css');
use_helper('tagcloud');
?>
<div class="tagcloud">
  <?php 
TagcloudHelper::showCloud($tags, $url);
?>
</div>