• Main Page
  • Related Pages
  • Namespaces
  • Classes
  • Files
  • Examples
  • File List

system/plugins/coreblocks/block.tag_archives.php

00001 <?php if ( !defined( 'HABARI_PATH' ) ) { die( 'No direct access' ); } ?>
00002 <ul id="tag_archives">
00003   <?php $tags = $content->tags; foreach( $tags as $tag ): ?>
00004     <li>
00005   <a href="<?php echo $tag[ 'url' ]; ?>" title="View entries tagged '<?php
00006     echo $tag[ 'tag' ];
00007   ?>'"><?php
00008     echo $tag[ 'tag' ] . $tag[ 'count' ];
00009   ?></a>
00010     </li>
00011   <?php endforeach; ?>
00012 </ul>

Generated on Sun Aug 4 2013 12:51:44 for Habari by  doxygen 1.7.1