diff --git a/admin/admin.db b/admin/admin.db index b90d293..86144b6 100644 Binary files a/admin/admin.db and b/admin/admin.db differ diff --git a/init/atlas.png b/init/atlas.png new file mode 100644 index 0000000..67d71af Binary files /dev/null and b/init/atlas.png differ diff --git a/init/dicionario.js b/init/dicionario.js index 18a48b3..5ab57ee 100644 --- a/init/dicionario.js +++ b/init/dicionario.js @@ -154,5 +154,11 @@ es:"" pt:"Teste do conversor de projeto GVP para Mapfile", en:"", es:"" +}], +27: [ +{ +pt:"Lista de Atlas cadastrados", +en:"", +es:"" }] }; diff --git a/init/index.php b/init/index.php index b3f00d4..b91910f 100755 --- a/init/index.php +++ b/init/index.php @@ -188,6 +188,10 @@ botoesIni.push({ "href":"../geradordelinks.htm", "titulo":$trad(13,g_traducao_init) },{ + "img":"atlas.png", + "href":"../atlas", + "titulo":$trad(27,g_traducao_init) + },{ "img":"folder-image.png", "href":"../exemplos", "titulo":$trad(14,g_traducao_init) -- libgit2 0.21.2