You are here

cctags-user-page.tpl.php in cctags 6

File

cctags-user-page.tpl.php
View source
<?php

/*
*  $content -- cctags content (amount users for per page)
*  $pager   -- if amount < count all terms view pager
*/
?>
<div class="cctags cctags-user-page wrapper"><?php

print $content;
?></div><!-- // cctags cctags-user-page wrapper -->
<div class="pager"><?php

print $pager;
?></div><!-- // pager -->