You are here

cctags-page.tpl.php in cctags 7

Same filename and directory in other branches
  1. 6 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 $extra_class;
?>">
<?php

print render($content);
?>
</div>
<div>
<?php

print render($pager);
?>
</div>