root/trunk/frontend/modules/tag/templates/_question_tags.php
| Revision 32, 121 bytes (checked in by fabien, 7 years ago) | |
|---|---|
| |
| 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.
