You are here

cctags-page.tpl.php in cctags 6

Same filename and directory in other branches
  1. 7 cctags-page.tpl.php

File

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

/*
*  $content -- cctags content (all term for page
*  $cctid   -- cctags item id
*  $pager   -- if amount < count all terms view pager
*/
?>
<div class="cctags cctags-page wrapper">
<?php

print $content;
?>
</div>
<div>
<?php

print $pager;
?>
</div>