Commit c2b90b63eb2fe6db9f4e7d77bf3c70d66e23d52f
1 parent
95c4c4f5
Exists in
master
and in
7 other branches
Correção do texto de "Acessos por tema"
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
admin1/ferramentas/estatisticas/index.php
@@ -144,7 +144,7 @@ include "../../head.php"; | @@ -144,7 +144,7 @@ include "../../head.php"; | ||
144 | </li>"; | 144 | </li>"; |
145 | 145 | ||
146 | echo "</ul></div>"; | 146 | echo "</ul></div>"; |
147 | - echo "<div class='well'><h4>Acesos por tema</h4><ul>"; | 147 | + echo "<div class='well'><h4>Acessos por tema</h4><ul>"; |
148 | arsort($temasacessos); | 148 | arsort($temasacessos); |
149 | $temasacessos2 = array_keys($temasacessos); | 149 | $temasacessos2 = array_keys($temasacessos); |
150 | for($i=0;$i<count($temasacessos2);$i++){ | 150 | for($i=0;$i<count($temasacessos2);$i++){ |