diff options
Diffstat (limited to 'h-source/Application/Views/Download/index_es.php')
-rw-r--r-- | h-source/Application/Views/Download/index_es.php | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/h-source/Application/Views/Download/index_es.php b/h-source/Application/Views/Download/index_es.php index b181b23..4d66a28 100644 --- a/h-source/Application/Views/Download/index_es.php +++ b/h-source/Application/Views/Download/index_es.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> |