diff options
author | Antonio Gallo <tonicucoz@gmail.com> | 2010-12-25 11:15:21 +0000 |
---|---|---|
committer | Antonio Gallo <tonicucoz@gmail.com> | 2010-12-25 11:15:21 +0000 |
commit | d63c9b18a6919c23840ed92f3ff4675f24f31a96 (patch) | |
tree | 3707adfd41ae71179e5a02721962213fd84d9d94 /h-source/Application/Views/Download/index_fr.php | |
parent | bd2f4275434bb99880e6659a1a528bd8eec380f4 (diff) |
added soundcards - part 2
Diffstat (limited to 'h-source/Application/Views/Download/index_fr.php')
-rw-r--r-- | h-source/Application/Views/Download/index_fr.php | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/h-source/Application/Views/Download/index_fr.php b/h-source/Application/Views/Download/index_fr.php index 1e4fa2f..d178a6a 100644 --- a/h-source/Application/Views/Download/index_fr.php +++ b/h-source/Application/Views/Download/index_fr.php @@ -65,6 +65,10 @@ <td>Download the xml file of all the <b>3G cards</b> in the database</td> <td><a href="<?php echo $this->baseUrl."/download/threegcards/$lang";?>"><img src="<?php echo $this->baseUrl?>/Public/Img/H2O/download.png"></a></td> </tr> + <tr> + <td>Download the xml file of all the <b>soundcards</b> in the database</td> + <td><a href="<?php echo $this->baseUrl."/download/soundcards/$lang";?>"><img src="<?php echo $this->baseUrl?>/Public/Img/H2O/download.png"></a></td> + </tr> </table> </div> </div> |