Commit 80775c4b419756440aa0df1475c52e806543184d
1 parent
4adc367d
Exists in
master
and in
7 other branches
--no commit message
Showing
1 changed file
with
2 additions
and
1 deletions
Show diff stats
init/index.php
... | ... | @@ -6,6 +6,7 @@ |
6 | 6 | <meta name="description" content="i3Geo" /> |
7 | 7 | <meta name="keywords" content="i3geo mapa geoprocessamento" /> |
8 | 8 | <META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=ISO-8859-1"> |
9 | +<meta name="viewport" content="width=device-width, initial-scale=1.0"> | |
9 | 10 | <?php |
10 | 11 | $cache_expire = 1; |
11 | 12 | header("Pragma: public"); |
... | ... | @@ -70,7 +71,7 @@ h1 { |
70 | 71 | |
71 | 72 | <a target=_blank href="remover.php"><table class="r"> |
72 | 73 | <tr> |
73 | - <td><img src="../imagens/oxygen/22x22/dialog-close" /><br> <script>document.write($trad(1,g_traducao_init));</script></a> | |
74 | + <td><img src="../imagens/oxygen/22x22/dialog-close.png" /><br> <script>document.write($trad(1,g_traducao_init));</script></a> | |
74 | 75 | </td> |
75 | 76 | </tr> |
76 | 77 | </table> </a> <a target=_blank href="../testainstal.php"><table class="r"> | ... | ... |