Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/site/app/views/addons/fortag.thtml
blob: 25b5c062f518c0d2208c3605f540119f0aa2724f (plain)
1
2
3
4
5
6
7
8
9
<h2><?=count($addons)?> Addons found for tag <b><i><?=$tag_text?></i></b></h2>

<?php
                foreach ($addons as $var => $val) {
                    echo $this->renderElement('amo2009/homepage_addon', array('addon' => $val));
                }


?>