Commit f32ec6cc0846769b412cbc0d40985f967ff2bea9
1 parent
428a0fc0
Exists in
master
Corrigido listagem com breadcrumb duplicado;
Portabilis/ieducar#146
Showing
1 changed file
with
1 additions
and
7 deletions
Show diff stats
ieducar/intranet/include/clsListagem.inc.php
... | ... | @@ -29,7 +29,6 @@ |
29 | 29 | */ |
30 | 30 | |
31 | 31 | require_once 'include/clsCampos.inc.php'; |
32 | -require_once 'include/localizacaoSistema.php'; | |
33 | 32 | |
34 | 33 | if (class_exists('clsPmiajudaPagina')) { |
35 | 34 | require_once 'include/pmiajuda/clsPmiajudaPagina.inc.php'; |
... | ... | @@ -428,12 +427,7 @@ class clsListagem extends clsCampos |
428 | 427 | |
429 | 428 | $retorno .= " |
430 | 429 | <table class='tablelistagem' $width border='0' cellpadding='2' cellspacing='1'>"; |
431 | - | |
432 | - $retorno .= " | |
433 | - <tr> | |
434 | - <td class='fundoLocalizacao' colspan='2' height='24'>{$this->locale}</td> | |
435 | - </tr>"; | |
436 | - | |
430 | + | |
437 | 431 | $retorno .= " |
438 | 432 | <tr> |
439 | 433 | <td class='formdktd' colspan='2' height='24'>{$barra}</td> | ... | ... |