Commit 022b24e89f173c911af94deac99e57a4a8217053
Committed by
Rafael Santos
1 parent
dacae6bb
Exists in
master
Inicio da Issue #15
Showing
2 changed files
with
2 additions
and
2 deletions
Show diff stats
ieducar/intranet/include/clsBase.inc.php
... | ... | @@ -718,7 +718,6 @@ class clsBase extends clsConfig |
718 | 718 | $this->CadastraAcesso(); |
719 | 719 | $saida_geral = $this->MakeHeadHtml(); |
720 | 720 | |
721 | - // @todo else ruim, colocar abre e fecha colchetes ao redor de foreach. | |
722 | 721 | if ($this->renderMenu) { |
723 | 722 | $saida_geral .= $this->MakeBody(); |
724 | 723 | } | ... | ... |
ieducar/intranet/include/clsListagem.inc.php
... | ... | @@ -299,7 +299,8 @@ class clsListagem extends clsCampos |
299 | 299 | $tipo = 'cad'; |
300 | 300 | } |
301 | 301 | |
302 | - $barra = '<b>Filtros de busca</b>'; | |
302 | + $barra = '<b>Caminho: '. $_SERVER['SCRIPT_NAME']. '</b><br>'; | |
303 | + $barra .= '<b>Filtros de busca</b>'; | |
303 | 304 | |
304 | 305 | if (class_exists('clsPmiajudaPagina')) { |
305 | 306 | $ajudaPagina = new clsPmiajudaPagina(); | ... | ... |