diff options
author | Antonio Gallo <tonicucoz@gmail.com> | 2010-10-24 19:30:13 +0000 |
---|---|---|
committer | Antonio Gallo <tonicucoz@gmail.com> | 2010-10-24 19:30:13 +0000 |
commit | 4641de870cfa9c5d4c41a94328a8fb1f4adfdc78 (patch) | |
tree | 10ba2ad1ca50c4a91d605858d054fdd948927c2f /h-source/Application/Views/Download/index.php | |
parent | 871d4231da58aff1902cdf260e887e1ee52d1716 (diff) |
added 3G cards
Diffstat (limited to 'h-source/Application/Views/Download/index.php')
-rw-r--r-- | h-source/Application/Views/Download/index.php | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/h-source/Application/Views/Download/index.php b/h-source/Application/Views/Download/index.php index e296711..403d7ed 100644 --- a/h-source/Application/Views/Download/index.php +++ b/h-source/Application/Views/Download/index.php @@ -59,6 +59,10 @@ <td>Download the xml file of all the <b>scanners</b> in the database</td> <td><a href="<?php echo $this->baseUrl."/download/scanners/$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>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> </table> </div> </div> |