diff options
Diffstat (limited to 'h-source/Application/Views/Download/index_it.php')
-rw-r--r-- | h-source/Application/Views/Download/index_it.php | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/h-source/Application/Views/Download/index_it.php b/h-source/Application/Views/Download/index_it.php index 16fb40a..1d34619 100644 --- a/h-source/Application/Views/Download/index_it.php +++ b/h-source/Application/Views/Download/index_it.php @@ -59,6 +59,10 @@ <td>Scarica il file xml di tutti gli <b>scanner</b> del 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>Scarica il file xml di tutte le schede <b>3G cards</b> del 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> |