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

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


?>