// +----------------------------------------------------------------------+ // // $Id$ // $Author$ // $URL$ // $Date$ // $Rev$ // return array ( //SECCIONES VISIBLES POR TODOS LOS USUARIOS array ( 'nombre' => 'Usuarios', 'imagenComun' => 'usuarios', 'imagenMouseOn' => '', 'imagenSelect' => '', 'link' => 'usuarios', 'tipoMenu' => 'oculto', 'hijos' => array ( array ( 'nombre' => 'Filtrar Usuario', 'imagenComun' => '', 'imagenMouseOn' => '', 'imagenSelect' => '', 'link' => 'usuarios-filtrar', 'subhijos' => array ( 'sarasa1', ), ), array ( 'nombre' => 'ABM Usuario', 'imagenComun' => '', 'imagenMouseOn' => '', 'imagenSelect' => '', 'link' => 'usuarios-abm', ), ), ), array ( 'nombre' => 'perfiles', 'imagenComun' => 'perfiles', 'imagenMouseOn' => '', 'imagenSelect' => '', 'link' => 'perfiles', 'tipoMenu' => 'oculto', 'hijos' => array ( array ( 'nombre' => 'ABM Perfil', 'imagenComun' => '', 'imagenMouseOn' => '', 'imagenSelect' => '', 'link' => 'perfiles-abm', 'subhijos' => array ( 'sarasa2', ), ), ), ), array ( 'nombre' => 'consultas', 'imagenComun' => '/www/images/consultas', 'imagenMouseOn' => '', 'imagenSelect' => '', 'link' => 'consultas', 'tipoMenu' => 'oculto', 'hijos' => array ( array ( 'nombre' => 'Consultas Usuarios', 'imagenComun' => '', 'imagenMouseOn' => '', 'imagenSelect' => '', 'link' => 'consultas-usuario', 'subhijos' => array ( 'sarasa3', ), ), ), ), //SECCIONES VISIBLES POR LOS DESARROLLADORES array ( 'nombre' => 'Sistemas', 'imagenComun' => 'sistemas', 'imagenMouseOn' => '', 'imagenSelect' => '', 'link' => 'sistemas', 'tipoMenu' => 'oculto', 'hijos' => array ( array ( 'nombre' => 'ABM Sistemas', 'imagenComun' => '', 'imagenMouseOn' => '', 'imagenSelect' => '', 'link' => 'sistemas-abm', 'subhijos' => array ( 'sarasa4', ), ), ), ), array ( 'nombre' => 'Permisos', 'imagenComun' => 'permisos', 'imagenMouseOn' => '', 'imagenSelect' => '', 'link' => 'permisos', 'tipoMenu' => 'oculto', 'hijos' => array ( array ( 'nombre' => 'ABM Permisos', 'imagenComun' => '', 'imagenMouseOn' => '', 'imagenSelect' => '', 'link' => 'permisos-abm', 'subhijos' => array ( 'sarasa5', ), ), ), ), ); ?>