root/trunk/frontend/modules/tag/templates/_question_tags.php

Revision 32, 121 bytes (checked in by fabien, 7 years ago)

fixed errors in day 13

  • Property svn:mime-type set to text/x-php
  • Property svn:eol-style set to native
  • Property svn:keywords set to Id
Line 
1 <?php foreach($tags as $tag): ?>
2   <li><?php echo link_to($tag, '@tag?tag='.$tag, 'rel=tag') ?></li>
3 <?php endforeach ?>
4
Note: See TracBrowser for help on using the browser.