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

system/themes/charcoal/taglist.php

00001 <?php namespace Habari; ?>
00002 <?php if ( !defined( 'HABARI_PATH' ) ) { die('No direct access'); } ?>
00003 <ul>
00004 <?php foreach($taglist as $tag): ?>
00005   <li><a href="<?php echo $tag->url; ?>" title="<?php echo $tag->text; ?>" rel="tag" style="font-size: 125%;"><?php echo $tag->text; ?></a></li>
00006 <?php endforeach; ?>
00007 </ul>

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