Commit 19a3b65c74589b9052c1eb8aa2f501ab1d70ed7e
1 parent
42a5685f
Exists in
master
and in
7 other branches
v6 - inclusão do link para a lista de atlas na página de abertura
Showing
4 changed files
with
10 additions
and
0 deletions
Show diff stats
admin/admin.db
No preview for this file type
6.39 KB
init/dicionario.js
init/index.php
... | ... | @@ -188,6 +188,10 @@ botoesIni.push({ |
188 | 188 | "href":"../geradordelinks.htm", |
189 | 189 | "titulo":$trad(13,g_traducao_init) |
190 | 190 | },{ |
191 | + "img":"atlas.png", | |
192 | + "href":"../atlas", | |
193 | + "titulo":$trad(27,g_traducao_init) | |
194 | + },{ | |
191 | 195 | "img":"folder-image.png", |
192 | 196 | "href":"../exemplos", |
193 | 197 | "titulo":$trad(14,g_traducao_init) | ... | ... |