Commit f5b8922a2bbb7131a322ede4e5bb1f04b75625ee

Authored by Edmar Moretti
1 parent 4f98d6d4

Alterada a variável $menutemas incluindo agora dois menus como padrão.

Showing 1 changed file with 8 additions and 3 deletions   Show diff stats
ms_configura.php
... ... @@ -216,11 +216,16 @@ if (strtoupper(substr(PHP_OS, 0, 3) == 'WIN'))
216 216 Example:
217 217  
218 218 $menutemas = array(
219   - array("idmenu"=>1,"arquivo"=>"http://10.1.1.34/i3geo/menutemas/menutemas.xml"),
220   - array("idmenu"=>2,"arquivo"=>"http://localhost/i3geo/menutemas/menutemas.xml")
  219 + array("idmenu"=>1,"arquivo"=>"http://10.1.1.34/i3geo/menutemas/menutemas.xml","status"=>"fechado"),
  220 + array("idmenu"=>2,"arquivo"=>"http://localhost/i3geo/menutemas/menutemas.xml","status"=>"aberto")
221 221 );
  222 +
  223 + Para usar o menu default, utilize apenas $menutemas = "";
222 224 */
223   - $menutemas = "";
  225 + $menutemas = array(
  226 + array("idmenu"=>GEOPR,"arquivo"=>"../menutemas/geopr.xml","status"=>"fechado"),
  227 + array("idmenu"=>i3Geo,"arquivo"=>"../menutemas/menutemas.xml","status"=>"aberto")
  228 + );
224 229 /*
225 230 Variable: $utilizacgi
226 231  
... ...