Commit dfa7f4c27916c175fd7e3ca2b83e518a996045c6

Authored by Edmar Moretti
1 parent f15d4bd9

--no commit message

Showing 2 changed files with 12 additions and 0 deletions   Show diff stats
init/dicionario.js
... ... @@ -100,5 +100,11 @@ es:""
100 100 pt:"Guia de migração",
101 101 en:"",
102 102 es:""
  103 +}],
  104 +18: [
  105 +{
  106 +pt:"Integre mapas em outras aplicações",
  107 +en:"",
  108 +es:""
103 109 }]
104 110 };
105 111 \ No newline at end of file
... ...
init/index.php
... ... @@ -99,6 +99,12 @@ h1{
99 99 </tr>
100 100 </table></a>
101 101  
  102 + <a href="../mashups" ><table class="r" style="box-shadow: 0 8px 10px 0 orange;">
  103 + <tr>
  104 + <td><img src="../imagens/oxygen/22x22/openlayers.png" /><br><script>document.write($trad(18,g_traducao_init));</script></a></td>
  105 + </tr>
  106 + </table></a>
  107 +
102 108 <a href="../interface/googlemaps.phtml" ><table class="r" style="box-shadow: 0 8px 10px 0 orange;">
103 109 <tr>
104 110 <td><img src="../imagens/oxygen/22x22/googlemaps.png" /><br><script>document.write($trad(6,g_traducao_init));</script></a></td>
... ...