Exemplo n.º 1
0
    echo Lang::txt('COM_PUBLICATIONS_NO_RESULTS');
    ?>
</p>
			<?php 
}
?>

			<?php 
$this->pageNav->setAdditionalUrlParam('tag', $this->filters['tag']);
$this->pageNav->setAdditionalUrlParam('category', $this->filters['category']);
$this->pageNav->setAdditionalUrlParam('sortby', $this->filters['sortby']);
echo $this->pageNav->render();
?>
			<div class="clearfix"></div>
			</div><!-- / .container -->
		</div><!-- / .subject -->
		<div class="aside">
			<div class="container">
				<h3>Popular Tags</h3>
				<?php 
$rt = new \Components\Publications\Helpers\Tags($database);
echo $rt->getTopTagCloud(20, $this->filters['tag']);
?>
				<p><?php 
echo Lang::txt('Click a tag to see only publications with that tag.');
?>
</p>
			</div>
		</div><!-- / .aside -->
	</section><!-- / .main section -->
</form>